From 9f8b7bd033fafa8a856382104e79b4dba4283632 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Tue, 2 Dec 2014 11:30:57 +0100 Subject: Integrate fix point parameter test in cmake Cmake can manage test with ctest. Running them when make test is run. Unfortunately the only automatic tests the pfw has (fix point parameter test) are not declared in cmake. Add a test target and declare the fix point parameter test in cmake. Thus a simple make test after the make install will run all tests. Signed-off-by: Kevin Rocard --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a02c1e1..5b0aa2c 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,6 @@ Also, CMake can build a project out-of-tree, which is the recommended method: cd /path/to/build/directory cmake /path/to/parameter-framework/sources make + +After an install you may want to run the parameter-framework tests with +`make test`. -- cgit v1.1