- make test will run the testscript now that it exists

This commit is contained in:
Bryce Denney 2002-10-16 13:05:17 +00:00
parent 0982b46a7b
commit 9f1f7f5687

View File

@ -7,7 +7,7 @@ build_libltdl:
cd libltdl; make all
test: all
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make test; echo Leaving $$i;); done
sh ./testscript
clean:
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make clean; echo Leaving $$i;); done