summaryrefslogtreecommitdiff
path: root/test/shaping
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-01-09 21:33:38 +0100
committerBehdad Esfahbod <behdad@behdad.org>2018-01-10 02:50:49 +0100
commitb6b460024d29362914c72cc5f8fbaec215db5b16 (patch)
tree86913d16b3d6843c3a85ef4e004c6d50e27e8386 /test/shaping
parentebbee7c2475db789b622250addbf549695da2890 (diff)
downloadharfbuzz-b6b460024d29362914c72cc5f8fbaec215db5b16.tar.gz
[test] Remove unused manifest stuff
Diffstat (limited to 'test/shaping')
-rw-r--r--test/shaping/Makefile.am7
-rwxr-xr-xtest/shaping/hb-manifest-read5
-rwxr-xr-xtest/shaping/hb-manifest-update5
3 files changed, 0 insertions, 17 deletions
diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am
index e2944f60..fa1faf51 100644
--- a/test/shaping/Makefile.am
+++ b/test/shaping/Makefile.am
@@ -10,9 +10,6 @@ MAINTAINERCLEANFILES =
lib:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
-manifests:
- @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" "$(srcdir)/tests"
-
EXTRA_DIST += \
README.md \
hb-diff \
@@ -20,8 +17,6 @@ EXTRA_DIST += \
hb-diff-filter-failures \
hb-diff-ngrams \
hb-diff-stat \
- hb-manifest-read \
- hb-manifest-update \
hb-unicode-decode \
hb-unicode-encode \
hb-unicode-prettyname \
@@ -107,6 +102,4 @@ endif
TESTS_LOG_COMPILER = $(srcdir)/run-tests.py
-.PHONY: manifests
-
-include $(top_srcdir)/git.mk
diff --git a/test/shaping/hb-manifest-read b/test/shaping/hb-manifest-read
deleted file mode 100755
index b1b36ba8..00000000
--- a/test/shaping/hb-manifest-read
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env python
-
-from hb_test_tools import *
-
-UtilMains.process_multiple_args (FilterHelpers.filter_printer_function (Manifest.read), mnemonic="DIR")
diff --git a/test/shaping/hb-manifest-update b/test/shaping/hb-manifest-update
deleted file mode 100755
index eeb84b86..00000000
--- a/test/shaping/hb-manifest-update
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env python
-
-from hb_test_tools import *
-
-UtilMains.process_multiple_args (Manifest.update_recursive, mnemonic="DIR")