- make test will run the testscript now that it exists
This commit is contained in:
parent
0982b46a7b
commit
9f1f7f5687
@ -7,7 +7,7 @@ build_libltdl:
|
|||||||
cd libltdl; make all
|
cd libltdl; make all
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make test; echo Leaving $$i;); done
|
sh ./testscript
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make clean; echo Leaving $$i;); done
|
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make clean; echo Leaving $$i;); done
|
||||||
|
Loading…
Reference in New Issue
Block a user