Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
brotli
/
tests
/
Makefile
blob: 28da198f06e8b89f464d630b6c2b6942bec942f4 [
file
] [
log
] [
blame
]
#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