aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_deps.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-27 23:20:28 +0200
committerLoïc Hoguin <[email protected]>2015-09-27 23:20:28 +0200
commit41ea5e7fe740625899cd9553f5d9faf25cf5425a (patch)
tree1ce98927ab01682b65fd70cdca259d9a59ea13f1 /test/core_deps.mk
parent003ed2490a9c1212ab1de245822c7d263a21aedb (diff)
downloaderlang.mk-41ea5e7fe740625899cd9553f5d9faf25cf5425a.tar.gz
erlang.mk-41ea5e7fe740625899cd9553f5d9faf25cf5425a.tar.bz2
erlang.mk-41ea5e7fe740625899cd9553f5d9faf25cf5425a.zip
Improve tests' platform detection
Fixes a small warning printed on OSX, and don't run a specific test on FreeBSD (compiles a C library not compatible with FreeBSD).
Diffstat (limited to 'test/core_deps.mk')
-rw-r--r--test/core_deps.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core_deps.mk b/test/core_deps.mk
index b9e3d85..4eb5924 100644
--- a/test/core_deps.mk
+++ b/test/core_deps.mk
@@ -41,6 +41,7 @@ core-deps-build-c-8cc: build clean-core-deps-build-c-8cc
halt()"
endif
+ifneq ($(PLATFORM),freebsd)
core-deps-build-c-imagejs: build clean-core-deps-build-c-imagejs
$i "Bootstrap a new OTP library named $(APP)"
@@ -67,6 +68,7 @@ core-deps-build-c-imagejs: build clean-core-deps-build-c-imagejs
{ok, Deps} = application:get_key($(APP), applications), \
false = lists:member(imagejs, Deps), \
halt()"
+endif
core-deps-build-erl: build clean-core-deps-build-erl