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 :