summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2018-09-10 22:44:40 (GMT)
committerYann Collet <cyan@fb.com>2018-09-10 22:44:40 (GMT)
commitd28389b2dc215f078fd1329926e696563f1a9c0d (patch)
tree8c5acef0b025bf4952d9c3ca818bdc62efa23448 /tests
parente22bb8007432d42cda4c83daeb9e97ea15b7ef67 (diff)
parent6e54d8df330fa6c8eb4f9315db34c8cabbdcfced (diff)
downloadlz4-d28389b2dc215f078fd1329926e696563f1a9c0d.zip
lz4-d28389b2dc215f078fd1329926e696563f1a9c0d.tar.gz
lz4-d28389b2dc215f078fd1329926e696563f1a9c0d.tar.bz2
Merge branch 'dev' into partialDecode
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 16f2867..3de111b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -133,7 +133,7 @@ checkTag: checkTag.c $(LZ4DIR)/lz4.h
#-----------------------------------------------------------------------------
# validated only for Linux, OSX, BSD, Hurd and Solaris targets
#-----------------------------------------------------------------------------
-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD))
MD5:=md5sum
ifneq (,$(filter $(shell uname), Darwin ))