From 2c85a3df0983f28aed77a0ea3bf2417ef65d4b84 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 14 Oct 2013 19:41:52 +0200 Subject: [PATCH] Fix issue with automake --- test/shaping/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am index 23957837d..d45dd306e 100644 --- a/test/shaping/Makefile.am +++ b/test/shaping/Makefile.am @@ -31,7 +31,7 @@ CLEANFILES += \ hb_test_tools.py[co] \ $(NULL) -TESTS = $(srcdir)/tests/*.tests +TESTS = tests/context-matching.tests TESTS_ENVIRONMENT = \ srcdir="$(srcdir)" \ builddir="$(builddir)" \