Files
geant4/environments/g4py/tests/test00/CMakeLists.txt
T

6 lines
145 B
CMake

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