mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-03 15:10:17 +01:00
Make the various test and check targets depend on all as well.
This commit is contained in:
parent
307a17f78c
commit
3f7593612f
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue