summaryrefslogtreecommitdiff
path: root/test/shaping/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/shaping/data/Makefile.am')
-rw-r--r--test/shaping/data/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/shaping/data/Makefile.am b/test/shaping/data/Makefile.am
new file mode 100644
index 0000000..4f2c113
--- /dev/null
+++ b/test/shaping/data/Makefile.am
@@ -0,0 +1,13 @@
+# Process this file with automake to produce Makefile.in
+
+NULL =
+SUBDIRS = \
+ in-house \
+ text-rendering-tests \
+ $(NULL)
+
+# Convenience targets:
+lib:
+ @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
+
+-include $(top_srcdir)/git.mk