Show
Ignore:
Timestamp:
08/09/08 18:10:05 (5 months ago)
Author:
liamstask
Message:

- updating tests to run as a suite, as opposed to single class

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mcbuilder/trunk/tests/runtests.sh

    r731 r798  
    22 
    33# first build the test 
    4 qmake 
     4cd .. 
     5qmake "CONFIG += test_suite" mcbuilder.pro 
    56make 
    67echo # some space 
    78 
    89# then run it... 
    9 TestMcbuilder.app/Contents/MacOS/TestMcbuilder 
     10tests/mcbuilder_test.app/Contents/MacOS/mcbuilder_test 
    1011 
    1112echo # more space