summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-12-02 17:39:58 +0200
committerBehdad Esfahbod <behdad@behdad.org>2012-12-02 18:09:40 +0200
commit1b5ff16fcbcf4d43cad74b28f0dc63244f2b578c (patch)
treeab3adad24d34dc9fcbbd17a14b95a3132d953f9c
parent39d6327293373b477c24700dc410159ff8b55ab2 (diff)
downloadpango-1b5ff16fcbcf4d43cad74b28f0dc63244f2b578c.tar.gz
Build test programs in "make all"
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ff5e784c..6f483ec5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -41,8 +41,6 @@ TESTS_ENVIRONMENT = \
srcdir=$(srcdir) \
PANGO_RC_FILE=./pangorc
-noinst_PROGRAMS = gen-all-unicode dump-boundaries
-
check_PROGRAMS = testboundaries testboundaries_ucd testcolor testscript
if HAVE_CAIRO
@@ -78,4 +76,6 @@ pangorc: $(srcdir)/../modules/pangorc
$(noinst_PROGRAMS) $(check_PROGRAMS): pangorc
+noinst_PROGRAMS = $(check_PROGRAMS) gen-all-unicode dump-boundaries
+
-include $(top_srcdir)/git.mk