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:
@@ -43,3 +43,6 @@ instlinks :
|
||||
|
||||
instclean :
|
||||
for f in $(DIRS) ; do cd $$f; $(MAKE) instclean; cd ..; done
|
||||
|
||||
test :
|
||||
(cd Demos; make test; )
|
||||
|
||||
Reference in New Issue
Block a user