summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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`.