Added a set of test runs to the makefiles and demos. The demos now have

titles relevenat to their function.
This commit is contained in:
Robert Osfield
2002-02-12 23:49:24 +00:00
parent 3ef8e4b0dd
commit bba95040d6
31 changed files with 65 additions and 5 deletions

View File

@@ -36,3 +36,6 @@ instlinks :
instclean :
for f in $(DIRS) ; do cd $$f; $(MAKE) instclean; cd ..; done
test :
for f in $(DIRS) ; do cd $$f; $(MAKE) test; cd ..; done