From d2117e9c828e02bfc1da38768fc3f6198cab9340 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Sat, 10 Mar 2001 00:51:29 +0000 Subject: Created new regression testing framework with a number of testcases (many more can be added). Also changed 'test' target in makefile to run the new tester.sh. (Hopefully, we should be able to remove all the tests/*.mk files soon.) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c28e621c2..c3c0f7119 100644 --- a/Makefile +++ b/Makefile @@ -317,7 +317,10 @@ loop.h: mk_loop_h.sh @ $(SHELL) $< > $@ test tests: - cd tests && $(MAKE) all + # old way of doing it + #cd tests && $(MAKE) all + # new way of doing it + cd tests && ./tester.sh clean: - cd tests && $(MAKE) clean -- cgit v1.2.3