diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-12-02 17:39:58 +0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-12-02 18:09:40 +0200 |
commit | 1b5ff16fcbcf4d43cad74b28f0dc63244f2b578c (patch) | |
tree | ab3adad24d34dc9fcbbd17a14b95a3132d953f9c /tests | |
parent | 39d6327293373b477c24700dc410159ff8b55ab2 (diff) | |
download | pango-1b5ff16fcbcf4d43cad74b28f0dc63244f2b578c.tar.gz |
Build test programs in "make all"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
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 |