summaryrefslogtreecommitdiffstats
path: root/debian/vendor-h2o/deps/brotli/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'debian/vendor-h2o/deps/brotli/tests/Makefile')
-rw-r--r--debian/vendor-h2o/deps/brotli/tests/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/vendor-h2o/deps/brotli/tests/Makefile b/debian/vendor-h2o/deps/brotli/tests/Makefile
deleted file mode 100644
index 8b2eedb..0000000
--- a/debian/vendor-h2o/deps/brotli/tests/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-#brotli/tests
-
-include ../shared.mk
-
-BROTLI = ..
-
-all: test
-
-test: deps
- ./compatibility_test.sh
- ./roundtrip_test.sh
-
-deps :
- $(MAKE) -C $(BROTLI)/tools
-
-clean :
- rm -f testdata/*.{bro,unbro,uncompressed}
- rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}bro
- $(MAKE) -C $(BROTLI)/tools clean