mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:09:59 -04:00
added test target
This commit is contained in:
parent
504223b18b
commit
37aab7fc21
1 changed files with 6 additions and 0 deletions
|
|
@ -207,3 +207,9 @@ clean distclean::
|
|||
rm -f ${TARGETS}
|
||||
rm -f t_journal
|
||||
|
||||
test:
|
||||
for $dir in $(SUBDIRS) ;\
|
||||
do \
|
||||
(cd $$(dir); $(MAKE) test) ;\
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue