summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2017-02-15 17:24:42 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2017-02-15 17:24:42 (GMT)
commit4ee9bd5c3ede14f6ac6c31c8e6eb5ffd2fb5c32a (patch)
tree0ed32b434cf2a785fdbb010f23bff1497147293f /tests
parentc0a8d0ad8750b2e8e9ac1c8a39b53de765330ccb (diff)
downloadlz4-4ee9bd5c3ede14f6ac6c31c8e6eb5ffd2fb5c32a.zip
lz4-4ee9bd5c3ede14f6ac6c31c8e6eb5ffd2fb5c32a.tar.gz
lz4-4ee9bd5c3ede14f6ac6c31c8e6eb5ffd2fb5c32a.tar.bz2
improved Circle CI tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index ebab278..d1117c6 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -301,6 +301,7 @@ test-lz4c: lz4c datagen
./datagen -g256MB | $(LZ4)c -l -v | $(LZ4)c -t
test-lz4c32: CFLAGS+=-m32
+test-lz4c32: MOREFLAGS+="-I/usr/include/x86_64-linux-gnu"
test-lz4c32: test-lz4
test-interop-32-64: lz4 lz4c32 datagen