From ab94a9c542f7ec9143335b73493ccb75d4586a3a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 21 Jan 2012 19:43:58 -0500 Subject: [PATCH] Distribute testing tools --- test/shaping/Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am index a60aeff75..1694ecaff 100644 --- a/test/shaping/Makefile.am +++ b/test/shaping/Makefile.am @@ -1,8 +1,32 @@ # Process this file with automake to produce Makefile.in +NULL = +EXTRA_DIST = +CLEANFILES = +DISTCLEANFILES = +MAINTAINERCLEANFILES = + manifests: @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" +EXTRA_DIST += \ + hb-diff \ + hb-diff-filter-failures \ + hb-manifest-read \ + hb-manifest-update \ + hb-unicode-decode \ + hb-unicode-encode \ + hb-unicode-prettyname \ + $(NULL) + +# TODO Figure out Python stuff +EXTRA_DIST += \ + hb_test_tools.py \ + $(NULL) +CLEANFILES += \ + hb_test_tools.py[co] \ + $(NULL) + .PHONY: manifests -include $(top_srcdir)/git.mk