diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index bf1ec24a..72923faf 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -38,6 +38,10 @@ check_PROGRAMS += test-migration test_migration_LDADD = $(top_builddir)/src/libfontconfig.la endif +check_PROGRAMS += test-bz96676 +test_bz96676_LDADD = $(top_builddir)/src/libfontconfig.la +TESTS += test-bz96676 + EXTRA_DIST=$(check_SCRIPTS) $(TESTDATA) CLEANFILES= |