40 |
#Add Unit Test to target alias |
#Add Unit Test to target alias |
41 |
local_env.PrependENVPath('PYTHONPATH',str(env.Dir('#/build/$PLATFORM/finley/test/python'))) |
local_env.PrependENVPath('PYTHONPATH',str(env.Dir('#/build/$PLATFORM/finley/test/python'))) |
42 |
local_env.PrependENVPath('PYTHONPATH',str(env.Dir('#/build/$PLATFORM/escript/test/python'))) |
local_env.PrependENVPath('PYTHONPATH',str(env.Dir('#/build/$PLATFORM/escript/test/python'))) |
43 |
local_env.PrependENVPath('FINLEY_TEST_DATA',str(env.Dir('#/finley/test/python'))) |
local_env['ENV']['FINLEY_TEST_DATA']=env.Dir('#/finley/test/python').srcnode().abspath |
44 |
local_env.PrependENVPath('FINLEY_WORKDIR',str(env.Dir('#/build/$PLATFORM/finley/test/python'))) |
local_env['ENV']['FINLEY_WORKDIR']=env.Dir('#/build/$PLATFORM/finley/test/python').srcnode().abspath |
45 |
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]) |
46 |
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 ]) |
47 |
|
|