forked from qt-creator/qt-creator
Debugger: Don't build outdated auto tests
Change-Id: I00693667453cd8c99691e41bedda91891e60de25 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -6,5 +6,5 @@ SUBDIRS += dumpers.pro
|
||||
#SUBDIRS += olddumpers.pro
|
||||
SUBDIRS += namedemangler.pro
|
||||
|
||||
!win32-msvc*: SUBDIRS += gdb.pro
|
||||
#!win32-msvc*: SUBDIRS += gdb.pro
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
|
||||
|
||||
# These tests should be merged into tst_dumpers.cpp
|
||||
|
||||
include(../qttest.pri)
|
||||
include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri)
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
|
||||
|
||||
# These tests should mostly be merged into tst_dumpers.cpp
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += core-private
|
||||
include(../qttest.pri)
|
||||
include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri)
|
||||
|
||||
@@ -56,7 +56,7 @@ void tst_Version::version()
|
||||
bool mac = true;
|
||||
bool qnx = true;
|
||||
Debugger::Internal::extractGdbVersion(msg, &v, &bv, &mac, &qnx);
|
||||
qDebug() << msg << " -> " << v << bv << mac << qnx;
|
||||
//qDebug() << msg << " -> " << v << bv << mac << qnx;
|
||||
QCOMPARE(v, gdbVersion);
|
||||
QCOMPARE(bv, gdbBuildVersion);
|
||||
QCOMPARE(mac, isMacGdb);
|
||||
|
||||
Reference in New Issue
Block a user