summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 131af9cf..7855fd6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,11 @@
DIST_SUBDIRS = pixman src test doc
SUBDIRS = pixman src doc
-.PHONY: doc
+.PHONY: doc test
doc:
-$(MAKE) -C doc doc
+test:
+ -$(MAKE) -C test test
# libpng is required for our test programs
if CAIRO_HAS_PNG_FUNCTIONS