From ec5130b950992fe79400ba66336d19169772a530 Mon Sep 17 00:00:00 2001 From: Adrien M Date: Tue, 10 Mar 2015 15:21:30 +0100 Subject: 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 --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e5614a8..37a9ffa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014, Intel Corporation +# Copyright (c) 2014-2015, Intel Corporation # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, @@ -68,6 +68,8 @@ endfunction() add_subdirectory(test/test-platform) add_subdirectory(test/test-fixed-point-parameter) add_subdirectory(test/tokenizer) +add_subdirectory(test/functional-tests) +add_subdirectory(test/test-subsystem) option(BASH_COMPLETION "Install bash completion configuration" ON) if (BASH_COMPLETION) -- cgit v1.1