From 2cce1853de498a636ca233e9df16c39ba9e6495b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 15 May 2017 23:25:36 +0200 Subject: Also test WITHOUT when updating Erlang.mk --- test/core_misc.mk | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/core_misc.mk b/test/core_misc.mk index 9397378..2b74d98 100644 --- a/test/core_misc.mk +++ b/test/core_misc.mk @@ -62,7 +62,11 @@ core-without-edoc: clean $i "Confirm that the EDoc plugin was not included." $t ! grep -q distclean-edoc $(APP)/erlang.mk -# @todo Update Erlang.mk and confirm this sticks. + $i "Update Erlang.mk" + $t $(MAKE) -C $(APP) -f erlang.mk erlang-mk $v + + $i "Confirm that the EDoc plugin is still not included." + $t ! grep -q distclean-edoc $(APP)/erlang.mk core-without-index: clean @@ -75,7 +79,11 @@ core-without-index: clean $i "Confirm that the index was not included." $t ! grep -q pkg_cowboy $(APP)/erlang.mk -# @todo Update Erlang.mk and confirm this sticks. + $i "Update Erlang.mk" + $t $(MAKE) -C $(APP) -f erlang.mk erlang-mk $v + + $i "Confirm that the index is still not included." + $t ! grep -q pkg_cowboy $(APP)/erlang.mk core-without-many: clean -- cgit v1.2.3