summaryrefslogtreecommitdiffstats
path: root/test/test-fixed-point-parameter
diff options
context:
space:
mode:
authorAdrien M <adrienx.martin@intel.com>2015-03-20 19:03:32 +0100
committerEric Laurent <elaurent@google.com>2015-04-24 13:39:12 -0700
commit5aaddd16f2aabccf07687f1761567eb6455abe61 (patch)
tree62a4adda1e9f000614247e06f88db3359e637961 /test/test-fixed-point-parameter
parent19aa05b33990302d2388b8c90eeb71a3509e6320 (diff)
downloadexternal_parameter-framework-5aaddd16f2aabccf07687f1761567eb6455abe61.zip
external_parameter-framework-5aaddd16f2aabccf07687f1761567eb6455abe61.tar.gz
external_parameter-framework-5aaddd16f2aabccf07687f1761567eb6455abe61.tar.bz2
Dissociate 'make test' & 'make install'
Possibility to run the test without having to lunch the 'make install' command. Signed-off-by: Adrien M <adrienx.martin@intel.com>
Diffstat (limited to 'test/test-fixed-point-parameter')
-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()