UNPKG
woff2
Version:
latest (1.0.0)
1.0.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.1
Node wrapper around Google's woff2 utility.
github.com/eqyiel/node-woff2
eqyiel/node-woff2
woff2
/
woff2
/
brotli
/
tests
/
Makefile
18 lines
(12 loc)
•
260 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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