mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-17 18:39:07 +02:00
Added creation of fwb files for tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user