summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-11-08 11:33:01 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-11-08 11:33:01 (GMT)
commit2c788b372876fbfd3b87d0f2069eb13e7508e781 (patch)
treebf478197b4939e6584020cc12fdeac120cd34268 /tests
parent0a22bf7d6eb0668e280b58e16e2820e90c773979 (diff)
downloadlz4-2c788b372876fbfd3b87d0f2069eb13e7508e781.zip
lz4-2c788b372876fbfd3b87d0f2069eb13e7508e781.tar.gz
lz4-2c788b372876fbfd3b87d0f2069eb13e7508e781.tar.bz2
joined arm and aarch64 tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index c46b04e..3a1ca2a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -255,7 +255,9 @@ test-platform:
$(QEMU_SYS) ./datagen -g16KB | $(QEMU_SYS) $(PRGDIR)/lz4 -9 | $(QEMU_SYS) $(PRGDIR)/lz4 -t
$(QEMU_SYS) ./datagen | $(QEMU_SYS) $(PRGDIR)/lz4 | $(QEMU_SYS) $(PRGDIR)/lz4 -t
$(QEMU_SYS) ./datagen -g256MB | $(QEMU_SYS) $(PRGDIR)/lz4 -vqB4D | $(QEMU_SYS) $(PRGDIR)/lz4 -qt
+ifneq ($(QEMU_SYS),qemu-arm-static)
$(QEMU_SYS) ./datagen -g3GB | $(QEMU_SYS) $(PRGDIR)/lz4 -vqB5D | $(QEMU_SYS) $(PRGDIR)/lz4 -qt
+endif
test-lz4c32: test-lz4c32-basic test-interop-32-64