summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2014-03-28 22:01:15 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2014-03-28 22:01:15 +0200
commitc4a8bf3631035890a5d3517bfa15f31e9b0492bf (patch)
treec5ecb8de2d08d1f577171f1c953ad739e0f3e0f0 /test
parentdb55c12128763672dda8b1a9d524e2e676a829d2 (diff)
downloadbemenu-c4a8bf3631035890a5d3517bfa15f31e9b0492bf.tar.gz
bemenu-c4a8bf3631035890a5d3517bfa15f31e9b0492bf.tar.bz2
bemenu-c4a8bf3631035890a5d3517bfa15f31e9b0492bf.zip
Add useful message for developer.
Diffstat (limited to 'test')
-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 :