From ea3e86c6401d41cf54d82692eccbf44c87be2fd5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 11 Jan 2018 09:58:42 +0100 Subject: [PATCH] Minor --- test/shaping/data/Makefile.am | 4 ++++ test/shaping/data/in-house/Makefile.am | 4 ++++ test/shaping/data/text-rendering-tests/Makefile.am | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/test/shaping/data/Makefile.am b/test/shaping/data/Makefile.am index e76b3b87..4f2c1136 100644 --- a/test/shaping/data/Makefile.am +++ b/test/shaping/data/Makefile.am @@ -6,4 +6,8 @@ SUBDIRS = \ text-rendering-tests \ $(NULL) +# Convenience targets: +lib: + @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib + -include $(top_srcdir)/git.mk diff --git a/test/shaping/data/in-house/Makefile.am b/test/shaping/data/in-house/Makefile.am index a9893a89..2f955191 100644 --- a/test/shaping/data/in-house/Makefile.am +++ b/test/shaping/data/in-house/Makefile.am @@ -2,6 +2,10 @@ NULL = +# Convenience targets: +lib: + @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib + EXTRA_DIST = \ COPYING \ fonts \ diff --git a/test/shaping/data/text-rendering-tests/Makefile.am b/test/shaping/data/text-rendering-tests/Makefile.am index 2798e512..385270a2 100644 --- a/test/shaping/data/text-rendering-tests/Makefile.am +++ b/test/shaping/data/text-rendering-tests/Makefile.am @@ -2,6 +2,10 @@ NULL = +# Convenience targets: +lib: + @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib + EXTRA_DIST = \ extract-tests.py \ fonts \ -- GitLab