Fix tests build.
https://bugs.freedesktop.org/show_bug.cgi?id=71353
AC_CONFIG_SRCDIR([src/harfbuzz.pc.in])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.11.1 gnits tar-pax dist-bzip2 no-dist-gzip -Wall no-define color-tests -Wno-portability])
+AM_INIT_AUTOMAKE([1.13 gnits tar-pax dist-bzip2 no-dist-gzip -Wall no-define color-tests -Wno-portability])
AM_SILENT_RULES([yes])
# Initialize libtool
$(NULL)
TESTS = tests/context-matching.tests
-TESTS_ENVIRONMENT = \
- EXEEXT="$(EXEEXT)" \
- srcdir="$(srcdir)" \
- builddir="$(builddir)" \
- $(srcdir)/run-tests.sh \
+
+TEST_EXTENSIONS = \
+ .tests \
+ $(NULL)
+
+AM_TESTS_ENVIRONMENT = \
+ EXEEXT="$(EXEEXT)"; \
+ export EXEECT; \
+ srcdir="$(srcdir)"; \
+ export srcdir; \
+ builddir="$(builddir)"; \
+ export builddir; \
$(NULL)
+TESTS_LOG_COMPILER = sh $(srcdir)/run-tests.sh
+
.PHONY: manifests
-include $(top_srcdir)/git.mk