diff options
author | Loïc Hoguin <[email protected]> | 2018-11-25 15:18:56 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-11-25 15:18:56 +0100 |
commit | 095dcd9b024d260b59c03894338ec7828c4f413c (patch) | |
tree | a456f45e7148145e2313a17ed7fe38bd374b1180 | |
parent | 77c0ec834fcf57aaf8460a515829066377756b63 (diff) | |
download | erlang.mk-095dcd9b024d260b59c03894338ec7828c4f413c.tar.gz erlang.mk-095dcd9b024d260b59c03894338ec7828c4f413c.tar.bz2 erlang.mk-095dcd9b024d260b59c03894338ec7828c4f413c.zip |
Allow running tests using the latest kerl-built Erlang/OTP version
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -115,3 +115,7 @@ else install: @echo "Usage: $(MAKE) install p=<package name>" endif + +ifneq ($(strip $(LATEST_ERLANG_OTP)),) +include core/kerl.mk +endif |