diff --git a/Tests/Examples/CMakeLists.txt b/Tests/Examples/CMakeLists.txt index a1848a421f30e2fc30b1308bf93910eec5d2ad38..175a376c192d8e89ffc59b83b53fec70c90db1e5 100644 --- a/Tests/Examples/CMakeLists.txt +++ b/Tests/Examples/CMakeLists.txt @@ -32,7 +32,7 @@ function(run_example example label) endfunction() # Run examples that don't plot. -function(run_noplot example) +function(run_plotless example) parse_example(${example}) set(test_name Example.exec.${EXAMPLE_NAME}) add_test(NAME ${test_name} @@ -163,4 +163,4 @@ test_example(varia/GratingMC .9) # TODO reduce tolerance # Execution tests without plotting #################################################################################################### -run_noplot(fit/algo/fit_rosenbrock) +run_plotless(fit/algo/fit_rosenbrock)