Parent Directory
|
Revision Log
|
Patch
revision 2241 by jfenwick, Wed Feb 4 00:42:46 2009 UTC | revision 2242 by jfenwick, Wed Feb 4 05:04:20 2009 UTC | |
---|---|---|
# | Line 41 Alias("run_tests", test_targets) | Line 41 Alias("run_tests", test_targets) |
41 | ||
42 | # Add a group of tests | # Add a group of tests |
43 | from grouptest import * | from grouptest import * |
44 | tgroup=GroupTest("$BINRUNNER ", (),"","$BATCH_ROOT/escript/test",('escript_UnitTest',)) | tgroup=GroupTest("$BINRUNNER ", (),"","$BUILD_ROOT/escript/test",('./escript_UnitTest',)) |
45 | TestGroups.append(tgroup) | TestGroups.append(tgroup) |
46 | ||
47 | local_env.SConscript(dirs = ['#/escript/test/python'], build_dir='python', duplicate=0) | local_env.SConscript(dirs = ['#/escript/test/python'], build_dir='python', duplicate=0) |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |