12 |
|
|
13 |
program = local_env.RunPyUnitTest(python_src) |
program = local_env.RunPyUnitTest(python_src) |
14 |
|
|
|
Depends(program, dep_lib) |
|
15 |
Depends(program, pyinstall) |
Depends(program, pyinstall) |
16 |
Depends(program, libinstall) # FIXME: The python tests require objects from finley hence you have to have all the libraries available rather than just dep_lib |
Depends(program, libinstall) # FIXME: The python tests require objects from finley hence you have to have all the libraries available rather than just dep_lib |
17 |
|
|