summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2018-05-17 17:48:32 (GMT)
committerGitHub <noreply@github.com>2018-05-17 17:48:32 (GMT)
commit843dfd239a7f23cf3f8fd38cd961282a8fcade10 (patch)
treee554e16d74d41f88a849bd3d5b1facd21b7a2fb6 /tests
parentbf6fd938e522150e2a30bee978102769a51f4b3e (diff)
parent2149b1a8f6b763e558a1b99a933921ef271fba92 (diff)
downloadlz4-843dfd239a7f23cf3f8fd38cd961282a8fcade10.zip
lz4-843dfd239a7f23cf3f8fd38cd961282a8fcade10.tar.gz
lz4-843dfd239a7f23cf3f8fd38cd961282a8fcade10.tar.bz2
Merge pull request #540 from fbrosson/Haiku
Add Haiku as a validated target.
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 d238561..ac86c3e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -129,7 +129,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))
+ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku))
MD5:=md5sum
ifneq (,$(filter $(shell uname), Darwin ))