diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:50:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:50:01 +0000 |
commit | 91275eb478ceb58083426099b6da3f4c7e189f19 (patch) | |
tree | 260f7d2fa77408b38c5cea96b320b9b0b6713ff2 /debian/vendor-h2o/deps/brotli/tests/Makefile | |
parent | Merging upstream version 1.9.4. (diff) | |
download | dnsdist-91275eb478ceb58083426099b6da3f4c7e189f19.tar.xz dnsdist-91275eb478ceb58083426099b6da3f4c7e189f19.zip |
Merging debian version 1.9.4-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/vendor-h2o/deps/brotli/tests/Makefile')
-rw-r--r-- | debian/vendor-h2o/deps/brotli/tests/Makefile | 19 |
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 |