From 2525b0131aba9ff14e5e709b831ecd9cdebb03cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 26 Oct 2009 22:20:25 +0100 Subject: [PATCH] Restructuring: Updated test/test.pro --- test/test.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test.pro b/test/test.pro index 3f9e25b6f..8cc687606 100644 --- a/test/test.pro +++ b/test/test.pro @@ -1,13 +1,13 @@ TEMPLATE = app TARGET = test DEPENDPATH += . -INCLUDEPATH += ../src +INCLUDEPATH += ../lib OBJECTS_DIR = temp CONFIG += warn_on debug CONFIG -= qt app_bundle DEFINES += UNIT_TESTING -include($$PWD/../src/src.pri) +include($$PWD/../lib/lib.pri) HEADERS += testsuite.h SOURCES += testautovariables.cpp \ testbufferoverrun.cpp \ @@ -17,6 +17,7 @@ SOURCES += testautovariables.cpp \ testcppcheck.cpp \ testdangerousfunctions.cpp \ testdivision.cpp \ + testexceptionsafety.cpp \ testfilelister.cpp \ testincompletestatement.cpp \ testmathlib.cpp \