Skip to content
Snippets Groups Projects
Commit aa9d4b0b authored by hjk's avatar hjk
Browse files

Debugger: Don't build outdated auto tests


Change-Id: I00693667453cd8c99691e41bedda91891e60de25
Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
parent 117f6164
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,5 @@ SUBDIRS += dumpers.pro ...@@ -6,5 +6,5 @@ SUBDIRS += dumpers.pro
#SUBDIRS += olddumpers.pro #SUBDIRS += olddumpers.pro
SUBDIRS += namedemangler.pro SUBDIRS += namedemangler.pro
!win32-msvc*: SUBDIRS += gdb.pro #!win32-msvc*: SUBDIRS += gdb.pro
# These tests should be merged into tst_dumpers.cpp
include(../qttest.pri) include(../qttest.pri)
include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri) include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri)
......
# These tests should mostly be merged into tst_dumpers.cpp
greaterThan(QT_MAJOR_VERSION, 4): QT += core-private greaterThan(QT_MAJOR_VERSION, 4): QT += core-private
include(../qttest.pri) include(../qttest.pri)
include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri) include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri)
......
...@@ -56,7 +56,7 @@ void tst_Version::version() ...@@ -56,7 +56,7 @@ void tst_Version::version()
bool mac = true; bool mac = true;
bool qnx = true; bool qnx = true;
Debugger::Internal::extractGdbVersion(msg, &v, &bv, &mac, &qnx); Debugger::Internal::extractGdbVersion(msg, &v, &bv, &mac, &qnx);
qDebug() << msg << " -> " << v << bv << mac << qnx; //qDebug() << msg << " -> " << v << bv << mac << qnx;
QCOMPARE(v, gdbVersion); QCOMPARE(v, gdbVersion);
QCOMPARE(bv, gdbBuildVersion); QCOMPARE(bv, gdbBuildVersion);
QCOMPARE(mac, isMacGdb); QCOMPARE(mac, isMacGdb);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment