From 1b5ff16fcbcf4d43cad74b28f0dc63244f2b578c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 2 Dec 2012 17:39:58 +0200 Subject: Build test programs in "make all" --- tests/Makefile.am | 4 ++-- 1 file 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 -- cgit v1.2.1