added test target

This commit is contained in:
William King
1999-10-06 16:37:34 +00:00
parent 504223b18b
commit 37aab7fc21

View File

@@ -207,3 +207,9 @@ clean distclean::
rm -f ${TARGETS}
rm -f t_journal
test:
for $dir in $(SUBDIRS) ;\
do \
(cd $$(dir); $(MAKE) test) ;\
done