aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-19 20:11:20 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-19 20:12:15 +1000
commit4f8bb4f9183cc91d23991bd652ff8c9f65f7b182 (patch)
tree94d6903f1e71b592da83053776e8813d24f9d258 /Makefile.in
parentMerge branch 'master' of github.com:processone/ejabberd (diff)
Add tests for modules using MySQL/PostgreSQL
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a663f9a85..0ae51b612 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -252,6 +252,9 @@ dialyzer: plt
--get_warnings -o dialyzer.log ebin
test:
+ @echo "************************** NOTICE ***************************************"
+ @cat test/README
+ @echo "*************************************************************************"
$(REBAR) skip_deps=true ct
.PHONY: src doc edoc dialyzer Makefile TAGS clean clean-rel distclean rel plt \