Skip to content
Snippets Groups Projects
Commit 932cfadc authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rename -> check_functionality

parent 630a9ef1
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ file(GLOB fit_examples
set(examples ${sim_examples} ${fit_examples})
set(test_script ${output_dir}/check_functionality.py)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/check_functionality.py ${test_script} @ONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/check_functionality.in.py ${test_script} @ONLY)
foreach(example_path ${examples})
get_filename_component(example_name ${example_path} NAME_WE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment