aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2016-06-13 11:01:04 +0200
committerEugene Kliuchnikov <eustas@google.com>2016-06-13 11:01:04 +0200
commitb972c67780f03256a3fbf81dc3350a4bf00aa4ad (patch)
tree908b04861a1be24988db41ca390b0777679c833f /tests
parent63111b21e8e35df764b0ebb7891533291d77ed18 (diff)
downloadbrotli-b972c67780f03256a3fbf81dc3350a4bf00aa4ad.zip
brotli-b972c67780f03256a3fbf81dc3350a4bf00aa4ad.tar.gz
brotli-b972c67780f03256a3fbf81dc3350a4bf00aa4ad.tar.bz2
Convert encoder to plain C.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/roundtrip_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roundtrip_test.sh b/tests/roundtrip_test.sh
index 20867bf..6bda135 100755
--- a/tests/roundtrip_test.sh
+++ b/tests/roundtrip_test.sh
@@ -10,7 +10,7 @@ testdata/alice29.txt
testdata/asyoulik.txt
testdata/lcet10.txt
testdata/plrabn12.txt
-../enc/encode.cc
+../enc/encode.c
../common/dictionary.h
../dec/decode.c
$BRO