Author: stepan Date: 2006-10-15 22:09:08 +0200 (Sun, 15 Oct 2006) New Revision: 99
Modified: fcode-utils/Makefile fcode-utils/testsuite/Makefile Log: automatic tests 1.
Modified: fcode-utils/Makefile =================================================================== --- fcode-utils/Makefile 2006-10-15 18:54:09 UTC (rev 98) +++ fcode-utils/Makefile 2006-10-15 20:09:08 UTC (rev 99) @@ -49,7 +49,7 @@ cp toke/toke testsuite cp detok/detok testsuite cp romheaders/romheaders testsuite - make -C testsuite all + make -C testsuite all CygTestLogs=`pwd`/testsuite/testlogs
.PHONY: all clean distclean toke detok romheaders tests
Modified: fcode-utils/testsuite/Makefile =================================================================== --- fcode-utils/testsuite/Makefile 2006-10-15 18:54:09 UTC (rev 98) +++ fcode-utils/testsuite/Makefile 2006-10-15 20:09:08 UTC (rev 99) @@ -1,7 +1,11 @@ -all: +all: tests compare + +tests: @echo "starting testsuite" @csh AutoExec
+compare: + CygTestLogs=$(CygTestLogs) csh AutoCompare
clean: find . -name "*.DeTok" -a ! -name "*.OldTkzr.DeTok" -exec rm -f {} ; @@ -14,3 +18,6 @@
distclean: clean rm -f toke detok romheaders + rm -f AutoComp.Log.* + rm -f AutoComp.TKdiffs.* +