added test target
This commit is contained in:
@@ -207,3 +207,9 @@ clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
rm -f t_journal
|
||||
|
||||
test:
|
||||
for $dir in $(SUBDIRS) ;\
|
||||
do \
|
||||
(cd $$(dir); $(MAKE) test) ;\
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user