Parent Directory
|
Revision Log
|
Patch
revision 2248 by jfenwick, Wed Feb 4 05:04:20 2009 UTC | revision 2249 by jfenwick, Fri Feb 6 00:11:51 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 ", (),"","$BUILD_ROOT/escript/test",('./escript_UnitTest',)) | tgroup=GroupTest("$BINRUNNER ", (),"","$BUILD_DIR/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 |