Make the various test and check targets depend on all as well.

This commit is contained in:
Carl Worth 2006-07-13 15:00:16 -07:00
parent 307a17f78c
commit 3f7593612f

View file

@ -4,11 +4,11 @@ SUBDIRS = pixman src doc
.PHONY: doc test
doc:
-$(MAKE) -C doc doc
test:
test: all
-$(MAKE) -C test test
retest:
retest: all
-$(MAKE) -C test retest
recheck:
recheck: all
-$(MAKE) -C test recheck
# libpng is required for our test programs