diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-08 10:47:03 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-08 10:47:03 (GMT) |
commit | 0a22bf7d6eb0668e280b58e16e2820e90c773979 (patch) | |
tree | 0e85642cadda183ae9ab3e645a1e87cdfbaa8ec3 /tests/Makefile | |
parent | d06ab4f4159ed930b36dc4f24d750628daf28f07 (diff) | |
download | lz4-0a22bf7d6eb0668e280b58e16e2820e90c773979.zip lz4-0a22bf7d6eb0668e280b58e16e2820e90c773979.tar.gz lz4-0a22bf7d6eb0668e280b58e16e2820e90c773979.tar.bz2 |
err0r(LZ4F_errorCodes code) uses ptrdiff_t
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index ecc395b..c46b04e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -255,7 +255,7 @@ 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 - $(QEMU_SYS) ./datagen -g6GB | $(QEMU_SYS) $(PRGDIR)/lz4 -vqB5D | $(QEMU_SYS) $(PRGDIR)/lz4 -qt + $(QEMU_SYS) ./datagen -g3GB | $(QEMU_SYS) $(PRGDIR)/lz4 -vqB5D | $(QEMU_SYS) $(PRGDIR)/lz4 -qt test-lz4c32: test-lz4c32-basic test-interop-32-64 |