Added creation of fwb files for tests

This commit is contained in:
A2K
2010-11-04 17:35:49 +02:00
parent 409c3f5dd6
commit 4e014f0de2
6 changed files with 24 additions and 0 deletions
@@ -5,3 +5,7 @@ TARGET = ObjectManipulatorTest
SOURCES += main_ObjectManipulatorTest.cpp \
ObjectManipulatorTest.cpp
HEADERS += ObjectManipulatorTest.h
run_tests.commands = cp -f test.fwb test_work.fwb; \
./${TARGET}; \
rm -f test_work.fwb
@@ -5,3 +5,7 @@ TARGET = instDialogClusterTest
SOURCES += main_instDialogClusterTest.cpp \
instDialogClusterTest.cpp
HEADERS += instDialogClusterTest.h
run_tests.commands = cp -f test.fwb test_work.fwb; \
./${TARGET}; \
rm -f test_work.fwb
@@ -5,3 +5,7 @@ TARGET = instDialogCompileTest
SOURCES += main_instDialogCompileTest.cpp \
instDialogCompileTest.cpp
HEADERS += instDialogCompileTest.h
run_tests.commands = cp -f test.fwb test_work.fwb; \
./${TARGET}; \
rm -f test_work.fwb
@@ -5,3 +5,7 @@ TARGET = instDialogInspectTest
SOURCES += main_instDialogInspectTest.cpp \
instDialogInspectTest.cpp
HEADERS += instDialogInspectTest.h
run_tests.commands = cp -f test.fwb test_work.fwb; \
./${TARGET}; \
rm -f test_work.fwb
@@ -5,3 +5,7 @@ TARGET = instDialogInstallTest
SOURCES += main_instDialogInstallTest.cpp \
instDialogInstallTest.cpp
HEADERS += instDialogInstallTest.h
run_tests.commands = cp -f test.fwb test_work.fwb; \
./${TARGET}; \
rm -f test_work.fwb
@@ -5,3 +5,7 @@ TARGET = instDialogObjectListTest
SOURCES += main_instDialogObjectListTest.cpp \
instDialogObjectListTest.cpp
HEADERS += instDialogObjectListTest.h
run_tests.commands = cp -f test.fwb test_work.fwb; \
./${TARGET}; \
rm -f test_work.fwb