aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-fixed-point-parameter/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-fixed-point-parameter/CMakeLists.txt')
-rw-r--r--test/test-fixed-point-parameter/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-fixed-point-parameter/CMakeLists.txt b/test/test-fixed-point-parameter/CMakeLists.txt
index b9c8af3..64b51f3 100644
--- a/test/test-fixed-point-parameter/CMakeLists.txt
+++ b/test/test-fixed-point-parameter/CMakeLists.txt
@@ -32,4 +32,7 @@ if (BUILD_TESTING)
add_test(NAME fix_point_parameter
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMAND ${python2} Main.py)
+
+ # Custom function defined in the top-level CMakeLists
+ set_test_env(fix_point_parameter)
endif()