Parent Directory
|
Revision Log
|
Patch
revision 2238 by jfenwick, Fri Jan 30 05:16:05 2009 UTC | revision 2239 by jfenwick, Wed Feb 4 00:42:46 2009 UTC | |
---|---|---|
# | Line 35 test_targets = os.path.splitext('finley_ | Line 35 test_targets = os.path.splitext('finley_ |
35 | Alias("run_tests", test_targets) | Alias("run_tests", test_targets) |
36 | ||
37 | local_env.SConscript(dirs = ['#/finley/test/python'], build_dir='python', duplicate=0) | local_env.SConscript(dirs = ['#/finley/test/python'], build_dir='python', duplicate=0) |
38 | ||
39 | # Add a group of tests | |
40 | from grouptest import * | |
41 | tgroup=GroupTest("$BINRUNNER ", (),"","$BATCH_ROOT/finley/test",('finley_UnitTest',)) | |
42 | TestGroups.append(tgroup) |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |