summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index a70c749..f9d13a5 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -14,4 +14,6 @@ FOREACH (test ${TESTS})
ENDIF ()
ENDFOREACH (test)
+MESSAGE("-!- Use 'make test' to run tests")
+
# vim: set ts=8 sw=4 tw=0 :