From b52bc77ed37163d479a691b7112ee3fb57b4bd66 Mon Sep 17 00:00:00 2001
From: magnum <magnum>
Date: Sat, 16 Jul 2011 14:48:53 +0200
Subject: [PATCH 2/3] test and test_full make targets (using ../test/tstall)

---
 src/Makefile |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index 7c9fb76..a421cbf 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1159,6 +1159,12 @@ check:
 depend:
 	makedepend -fMakefile.dep -Y *.c 2>> /dev/null
 
+test:
+	cd ../test && ./tstall quick
+
+test_full:
+	cd ../test && ./tstall
+
 clean:
 	$(RM) $(PROJ) $(PROJ_DOS) $(PROJ_WIN32) $(PROJ_WIN32_MINGW)
 	$(RM) ../run/john.exe john-macosx-* *.o *.bak core
-- 
1.7.4.1

