Files
geant4/environments/g4py/tests/test09/CMakeLists.txt
T
2016-12-09 12:35:28 +01:00

6 lines
145 B
CMake

# add teting
add_test(test09 python test.py)
configure_file(test.py test.py)
set_property(TEST test09 PROPERTY ENVIRONMENT PYTHONPATH=./module)