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.)
This commit is contained in:
Mark Whitley
2001-03-10 00:51:29 +00:00
parent 09f4af5afd
commit d2117e9c82
3 changed files with 409 additions and 1 deletions

View File

@@ -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