aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/Makefile b/tests/Makefile
deleted file mode 100644
index 28da198..0000000
--- a/tests/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-#brotli/tests
-
-BROTLI = ..
-
-all: test
-
-test: deps
- ./compatibility_test.sh
- ./roundtrip_test.sh
-
-deps :
- $(MAKE) -C $(BROTLI) brotli
-
-clean :
- rm -f testdata/*.{br,unbr,uncompressed}
- rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}br
- $(MAKE) -C $(BROTLI)/tools clean