[test] Remove unused manifest stuff

pull/690/head
Behdad Esfahbod 7 years ago
parent ebbee7c247
commit b6b460024d
  1. 7
      test/shaping/Makefile.am
  2. 5
      test/shaping/hb-manifest-read
  3. 5
      test/shaping/hb-manifest-update

@ -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

@ -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")

@ -1,5 +0,0 @@
#!/usr/bin/env python
from hb_test_tools import *
UtilMains.process_multiple_args (Manifest.update_recursive, mnemonic="DIR")
Loading…
Cancel
Save