aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-24 07:50:41 +0200
committerLoïc Hoguin <[email protected]>2018-05-24 07:50:41 +0200
commit9cca3cbac491fa54494553f1d824a62b4b1340af (patch)
tree70cef20c902ecec904a26765574b1b42b4fc683f
parent8f941b6b20fa3607ac5fe24350ecdaaa76c989d5 (diff)
downloadesdl2-9cca3cbac491fa54494553f1d824a62b4b1340af.tar.gz
esdl2-9cca3cbac491fa54494553f1d824a62b4b1340af.tar.bz2
esdl2-9cca3cbac491fa54494553f1d824a62b4b1340af.zip
Add ci.erlang.mk to the test deps
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6065314..e18b748 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@ BUILD_DEPS = nif_helpers
dep_nif_helpers = git https://github.com/ninenines/nif_helpers master
DEP_PLUGINS = nif_helpers
+TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk)
+
# SDL 2.0.3 has this option enabled that causes problems with NIF functions.
SDL2_LIBS_FILTER_OUT = -Wl,--no-undefined
SDL2_LIBS = $(filter-out $(SDL2_LIBS_FILTER_OUT),$(shell sdl2-config --static-libs))