aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2008-09-08 18:18:56 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2008-09-08 18:18:56 +0400
commit946ddcfbc4c7cdd3df426eb5f9a15f4a3fc3c640 (patch)
treeb47dc46e90b8b1e2c84d5f72070e90b6b546ed52 /Makefile.in
parent32d41689d6328e9075bf4c6a822f0fe22207838b (diff)
downloadrspamd-946ddcfbc4c7cdd3df426eb5f9a15f4a3fc3c640.tar.gz
rspamd-946ddcfbc4c7cdd3df426eb5f9a15f4a3fc3c640.zip
* Add initial test suite using glib test suite
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 92d8683a1..bbc443cd2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-.PHONY: perl clean
+.PHONY: perl clean test
all: perl $(TARGETS)
@@ -26,13 +26,18 @@ clean:
rm -f *.o $(EXEC) *.core
rm -f cfg_lex.c cfg_yacc.c cfg_yacc.h
cd perl && make clean && cd ..
+ cd test && make clean && cd ..
dist-clean: clean
rm -f Makefile
+ rm -f test/Makefile
rm -f config.log
rm -f md5.h md5.c strlcpy.h strlcpy.c queue.h config.h modules.c modules.h
cd perl && rm -f Makefile.old && rm -f Makefile.PL && cd ..
+test:
+ cd test && make
+
creategroup:
@echo "Create group $(RSPAMD_GROUP) before installing!"