diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-01-28 22:21:57 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-01-28 22:21:57 +0200 |
| commit | c5dc8f044d39b645bb9aadc2ca85d2cee0585ea6 (patch) | |
| tree | c80e316153237dd3bb9ddab2093f085cd202add6 /Makefile.am | |
| parent | a411a9964bf570ea8dc67b1796c2f6df17d05b56 (diff) | |
* add many unit tests
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 7 |
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 |
