--- branches/ROBW_XPLATFORM/escript/test/SConscript 2006/03/24 06:44:23 651 +++ branches/ROBW_XPLATFORM/escript/test/SConscript 2006/03/24 07:34:18 652 @@ -28,3 +28,5 @@ local_env.RunUnitTest(program_name) test_targets = os.path.splitext(program_name)[0]+'.passed' Alias("run_tests", test_targets) + +local_env.SConscript(dirs = ['#/escript/test/python'], build_dir='py', duplicate=0)