summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2017-06-12 13:36:56 +0900
committerAkira TAGOH <akira@tagoh.org>2017-06-12 13:36:56 +0900
commit7940ada7a89115455b493e64f961e9c3d2cc5045 (patch)
tree02233cd87b2286de236f581f113ae04b53935c9a /test/Makefile.am
parentb0a5b4b48e9c94bcebe902fb88fbe447f2ccd04e (diff)
Add a testcase for Bug#131804
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index df12587d..13329810 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -39,6 +39,10 @@ test_bz89617_CFLAGS = \
test_bz89617_LDADD = $(top_builddir)/src/libfontconfig.la
TESTS += test-bz89617
+check_PROGRAMS += test-bz131804
+test_bz131804_LDADD = $(top_builddir)/src/libfontconfig.la
+TESTS += test-bz131804
+
noinst_PROGRAMS = $(check_PROGRAMS)
if !OS_WIN32