summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-01-28 22:21:57 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-01-28 22:21:57 +0200
commitc5dc8f044d39b645bb9aadc2ca85d2cee0585ea6 (patch)
treec80e316153237dd3bb9ddab2093f085cd202add6 /Makefile.am
parenta411a9964bf570ea8dc67b1796c2f6df17d05b56 (diff)
* add many unit tests
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1f643f8..27a8766 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,9 +18,12 @@ include $(top_srcdir)/gtest.mk
SUBDIRS=src man
-
# so we can say 'make test'
-check: test
+check: test cleanupnote
+
+cleanupnote:
+ @echo -e "\nNote: you can remove the mu-test-XXXX dirs in your temp-file dir"
+ @echo "after 'make check' has finished."
tags:
gtags