From bd9d45574df9806c4477968003377a269397af04 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Fri, 11 Oct 2002 16:22:18 +0000 Subject: [PATCH] - make test requires make all --- bochs-testing/plugin-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs-testing/plugin-test/Makefile b/bochs-testing/plugin-test/Makefile index 3a0194b1d..ec0bfa0f3 100644 --- a/bochs-testing/plugin-test/Makefile +++ b/bochs-testing/plugin-test/Makefile @@ -3,7 +3,7 @@ SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep all: for i in $(SUBDIRS); do make -C $$i all; done -test: +test: all for i in $(SUBDIRS); do make -C $$i test; done clean: