diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index d23ed46..1b92718 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -122,7 +122,7 @@ versionsTest: #------------------------------------------------------------------------ #make test is validated only for Linux, OSX, kFreeBSD, FreeBSD, Hurd and #Solaris targets -ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD SunOS)) +ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS)) MD5:=md5sum ifneq (,$(filter $(shell uname), Darwin )) |