aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-05-15 23:25:36 +0200
committerLoïc Hoguin <[email protected]>2017-05-15 23:25:36 +0200
commit2cce1853de498a636ca233e9df16c39ba9e6495b (patch)
treef29ac1cae36818301bb496d2b3d9d898f6a4b752
parent0305622f259c11258cc9d56fa46af28d2206bd43 (diff)
downloaderlang.mk-2cce1853de498a636ca233e9df16c39ba9e6495b.tar.gz
erlang.mk-2cce1853de498a636ca233e9df16c39ba9e6495b.tar.bz2
erlang.mk-2cce1853de498a636ca233e9df16c39ba9e6495b.zip
Also test WITHOUT when updating Erlang.mk
-rw-r--r--test/core_misc.mk12
1 files changed, 10 insertions, 2 deletions
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