Changeset 798 for mcbuilder/trunk/tests/runtests.sh
- Timestamp:
- 08/09/08 18:10:05 (5 months ago)
- Files:
-
- 1 modified
-
mcbuilder/trunk/tests/runtests.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mcbuilder/trunk/tests/runtests.sh
r731 r798 2 2 3 3 # first build the test 4 qmake 4 cd .. 5 qmake "CONFIG += test_suite" mcbuilder.pro 5 6 make 6 7 echo # some space 7 8 8 9 # then run it... 9 TestMcbuilder.app/Contents/MacOS/TestMcbuilder 10 tests/mcbuilder_test.app/Contents/MacOS/mcbuilder_test 10 11 11 12 echo # more space
