From 37aab7fc211828df0358628f119ef91140c6f2c9 Mon Sep 17 00:00:00 2001 From: William King Date: Wed, 6 Oct 1999 16:37:34 +0000 Subject: [PATCH] added test target --- bin/tests/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index 04bcfe7792..4c002db4b0 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.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 +