summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorgstedman <gabriel.stedman@zynstra.com>2019-05-10 15:54:05 (GMT)
committergabrielstedman <gabriel.stedman@zynstra.com>2019-05-15 20:13:19 (GMT)
commit98a86c8ef6ea3202f8cb52772144d0f744bd5c73 (patch)
treeddeb450b694f4aac94701708e88cfdbf34ae741e /tests/Makefile
parent02914300185515097cdbebcd95c379508b5d3053 (diff)
downloadlz4-98a86c8ef6ea3202f8cb52772144d0f744bd5c73.zip
lz4-98a86c8ef6ea3202f8cb52772144d0f744bd5c73.tar.gz
lz4-98a86c8ef6ea3202f8cb52772144d0f744bd5c73.tar.bz2
Add multiframe report to --list command
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 8f0dfd3..3d3cfa2 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -55,7 +55,7 @@ NB_LOOPS ?= -i1
default: all
-all: fullbench fuzzer frametest roundTripTest datagen checkFrame
+all: fullbench fuzzer frametest roundTripTest datagen checkFrame listTest
all32: CFLAGS+=-m32
all32: all
@@ -122,10 +122,13 @@ clean:
versionsTest:
$(PYTHON) test-lz4-versions.py
+.PHONY: listTest
+listTest: lz4
+ QEMU_SYS=$(QEMU_SYS) $(PYTHON) test-lz4-list.py
+
checkTag: checkTag.c $(LZ4DIR)/lz4.h
$(CC) $(FLAGS) $< -o $@$(EXT)
-
#-----------------------------------------------------------------------------
# validated only for Linux, OSX, BSD, Hurd and Solaris targets
#-----------------------------------------------------------------------------