From 9cca3cbac491fa54494553f1d824a62b4b1340af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 24 May 2018 07:50:41 +0200 Subject: Add ci.erlang.mk to the test deps --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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)) -- cgit v1.2.3