summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-11-07 16:43:37 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-11-07 16:43:37 (GMT)
commit7fbb163f3fe39920f3c0ba96a74e9af26727f48c (patch)
treeee1d16e86cb93654058f6b17e17dd31e4ceccbf9 /tests
parentb6c407886f6c09125478c5b8b633a26e6e3dd9b8 (diff)
downloadlz4-7fbb163f3fe39920f3c0ba96a74e9af26727f48c.zip
lz4-7fbb163f3fe39920f3c0ba96a74e9af26727f48c.tar.gz
lz4-7fbb163f3fe39920f3c0ba96a74e9af26727f48c.tar.bz2
added "make c_standards"
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2da6408..d5aad60 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -122,9 +122,9 @@ versionsTest:
#FreeBSD targets
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD))
-test: test-lz4 test-lz4c test-fasttest test-frametest test-fullbench test-fuzzer test-mem
+test: test-lz4 test-lz4c test-fasttest test-frametest test-fullbench test-fuzzer
-test32: test-lz4c32 test-frametest32 test-fullbench32 test-fuzzer32 test-mem32
+test32: test-lz4c32 test-frametest32 test-fullbench32 test-fuzzer32
test-all: test test32