/[escript]/trunk/modellib/test/python/SConscript
ViewVC logotype

Diff of /trunk/modellib/test/python/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 703 by gross, Thu Apr 6 02:20:47 2006 UTC revision 705 by gross, Fri Apr 7 17:57:37 2006 UTC
# Line 32  test_pyc = local_env.PyCompile(testfiles Line 32  test_pyc = local_env.PyCompile(testfiles
32  #  #
33  program = local_env.RunPyUnitTest(alltestruns)  program = local_env.RunPyUnitTest(alltestruns)
34    
 Depends(pyinstall, test_pyc)  
35  Depends(program, pyinstall)  Depends(program, pyinstall)
36  Depends(program, dep_lib)  Depends(program, dep_lib)
37    
38  #Add Unit Test to target alias  #Add Unit Test to target alias
39    local_env.PrependENVPath('PYTHONPATH',str(env.Dir('#/build/$PLATFORM/escript/test/python')))
40    local_env.PrependENVPath('MODELLIB_TEST_DATA_ROOT',str(env.Dir('#/modellib/test/python')))
41  env.Alias('local_py_tests',[os.path.splitext(x)[0]+'.passed' for x in alltestruns])  env.Alias('local_py_tests',[os.path.splitext(x)[0]+'.passed' for x in alltestruns])
42  env.Alias('py_tests', [os.path.splitext(x)[0]+'.passed' for x in testruns ])  env.Alias('py_tests', [os.path.splitext(x)[0]+'.passed' for x in testruns ])
43    

Legend:
Removed from v.703  
changed lines
  Added in v.705

  ViewVC Help
Powered by ViewVC 1.1.26