aboutsummaryrefslogtreecommitdiffstats
path: root/CTestCustom.cmake
diff options
context:
space:
mode:
authorAdrien M <adrienx.martin@intel.com>2015-03-10 15:21:30 +0100
committerEric Laurent <elaurent@google.com>2015-04-24 13:39:12 -0700
commitec5130b950992fe79400ba66336d19169772a530 (patch)
tree0ddf66f1d680bf4be582b949d2596b7f08c8b74a /CTestCustom.cmake
parent5aaddd16f2aabccf07687f1761567eb6455abe61 (diff)
downloadexternal_parameter-framework-ec5130b950992fe79400ba66336d19169772a530.zip
external_parameter-framework-ec5130b950992fe79400ba66336d19169772a530.tar.gz
external_parameter-framework-ec5130b950992fe79400ba66336d19169772a530.tar.bz2
Add functionnal tests to the pfw.
This patch adds functionnal test to the PFW. The execution of these tests needs the test-subsystem to be compiled. The tests can be launch with 'make test'. We set the environment vars in the cmake. Then we launch ACTCampaignEngine.py. Temporary files like build time conf files are placed on the build directory. Next steps : - Test-subsystem needs to be reworked (with binding python). Signed-off-by: Adrien M <adrienx.martin@intel.com>
Diffstat (limited to 'CTestCustom.cmake')
-rw-r--r--CTestCustom.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake b/CTestCustom.cmake
index bcf65e9..c0381a4 100644
--- a/CTestCustom.cmake
+++ b/CTestCustom.cmake
@@ -3,4 +3,5 @@ SET(CTEST_CUSTOM_MEMCHECK_IGNORE
# Python generates too many valgrind errors,
# runing python based tests would be long and useless.
fix_point_parameter
+ functional-test
)