commit 9a4587889c87486e1115adb53efa8700411f880d Author: magnum Date: Sat Jul 16 14:48:53 2011 +0200 test and test_full make targets (using ../test/tstall) diff --git a/src/Makefile b/src/Makefile index f416bde..2d6b33b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1151,6 +1151,12 @@ check: depend: makedepend -fMakefile.dep -Y *.c 2>> /dev/null +test: + cd ../test && LANG=C ./tstall quick + +test_full: + cd ../test && LANG=C ./tstall + clean: $(RM) $(PROJ) $(PROJ_DOS) $(PROJ_WIN32) $(PROJ_WIN32_MINGW) $(RM) ../run/john.exe john-macosx-* *.o *.bak core