Browse Source

Allow running tests using the latest kerl-built Erlang/OTP version

Loïc Hoguin 6 years ago
parent
commit
095dcd9b02
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -115,3 +115,7 @@ else
 install:
 	@echo "Usage: $(MAKE) install p=<package name>"
 endif
+
+ifneq ($(strip $(LATEST_ERLANG_OTP)),)
+include core/kerl.mk
+endif