commit | ea3e86c6401d41cf54d82692eccbf44c87be2fd5 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu Jan 11 09:58:42 2018 +0100 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Jan 11 10:43:30 2018 +0100 |
tree | bb24f91dd124404f8a83a8f09a5aa4548da77c62 | |
parent | 800e4ae80232f022404be155afd497b0421a6a64 [diff] |
Minor
diff --git a/test/shaping/data/Makefile.am b/test/shaping/data/Makefile.am index e76b3b8..4f2c113 100644 --- a/test/shaping/data/Makefile.am +++ b/test/shaping/data/Makefile.am
@@ -6,4 +6,8 @@ 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 a9893a8..2f95519 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 2798e51..385270a 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 \