[test] Remove unused manifest stuff

This commit is contained in:
Behdad Esfahbod 2018-01-09 21:33:38 +01:00
parent ebbee7c247
commit b6b460024d
3 changed files with 0 additions and 17 deletions

View File

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

View File

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

View File

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