aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-04-23 14:07:08 +0200
committerGitHub <noreply@github.com>2017-04-23 14:07:08 +0200
commit6ece1d8791a887c1b3fd500435be97d42921cee7 (patch)
treecc5504ff795d2d28efaccc8e30d4c72e0acd1eab /tests
parent04de756ad2b0a8f58987d415ef520467e3440f20 (diff)
downloadbrotli-6ece1d8791a887c1b3fd500435be97d42921cee7.zip
brotli-6ece1d8791a887c1b3fd500435be97d42921cee7.tar.gz
brotli-6ece1d8791a887c1b3fd500435be97d42921cee7.tar.bz2
Move files & update paths (#541)
* Move files & update paths * Rename build to scripts. * Fix paths * Fix script.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile4
-rwxr-xr-xtests/roundtrip_test.sh6
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 7962cbd..5d847e5 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -13,5 +13,5 @@ deps :
clean :
rm -f testdata/*.{bro,unbro,uncompressed}
- rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}bro
- $(MAKE) -C $(BROTLI)/tools clean
+ rm -f $(BROTLI)/c/{enc,dec,tools}/*.{un,}bro
+ $(MAKE) -C $(BROTLI)/c/tools clean
diff --git a/tests/roundtrip_test.sh b/tests/roundtrip_test.sh
index 6bdfa59..6a00a26 100755
--- a/tests/roundtrip_test.sh
+++ b/tests/roundtrip_test.sh
@@ -11,9 +11,9 @@ tests/testdata/alice29.txt
tests/testdata/asyoulik.txt
tests/testdata/lcet10.txt
tests/testdata/plrabn12.txt
-enc/encode.c
-common/dictionary.h
-dec/decode.c
+c/enc/encode.c
+c/common/dictionary.h
+c/dec/decode.c
$BRO
"""