18 |
# TODO: Need to decide on how the library paths etc are going to be handled |
# TODO: Need to decide on how the library paths etc are going to be handled |
19 |
# TODO: For now just install the program to the same location as the libraries so things can run at least |
# TODO: For now just install the program to the same location as the libraries so things can run at least |
20 |
local_env.Install(esys_lib, program) |
local_env.Install(esys_lib, program) |
21 |
|
|
22 |
|
# run the tests |
23 |
|
local_env.RunUnitTest(program_name) |