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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user