aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-26 09:13:41 +0100
committerLoïc Hoguin <[email protected]>2018-11-26 09:13:41 +0100
commit274d1d4c476cde8332ddfb6a4ab63ef4b861a750 (patch)
treed5e9aacb26cff215110e859d744264191bb52f2b /test/core_plugins.mk
parent823e6a3b7c83e173766d1d0d86353388543d6b17 (diff)
downloaderlang.mk-274d1d4c476cde8332ddfb6a4ab63ef4b861a750.tar.gz
erlang.mk-274d1d4c476cde8332ddfb6a4ab63ef4b861a750.tar.bz2
erlang.mk-274d1d4c476cde8332ddfb6a4ab63ef4b861a750.zip
Tweak a few tests so they run on all platforms
Diffstat (limited to 'test/core_plugins.mk')
-rw-r--r--test/core_plugins.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/core_plugins.mk b/test/core_plugins.mk
index 349c320..ac6b103 100644
--- a/test/core_plugins.mk
+++ b/test/core_plugins.mk
@@ -50,11 +50,11 @@ core-plugins-early: build clean
$t echo -e "DEPS += cowlib" >> $(APP)/adddep_plugin/early-plugins.mk
$i "Inject external plugin dependencies into $(APP)"
- $t echo 'DEPS = ranch' >>$(APP)/Makefile.tmp
- $t echo 'BUILD_DEPS = adddep_plugin' >>$(APP)/Makefile.tmp
- $t echo 'DEP_EARLY_PLUGINS = adddep_plugin' >>$(APP)/Makefile.tmp
- $t echo 'dep_adddep_plugin = cp adddep_plugin' >>$(APP)/Makefile.tmp
- $t cat $(APP)/Makefile >>$(APP)/Makefile.tmp
+ $t echo 'DEPS = ranch' >> $(APP)/Makefile.tmp
+ $t echo 'BUILD_DEPS = adddep_plugin' >> $(APP)/Makefile.tmp
+ $t echo 'DEP_EARLY_PLUGINS = adddep_plugin' >> $(APP)/Makefile.tmp
+ $t echo 'dep_adddep_plugin = cp adddep_plugin' >> $(APP)/Makefile.tmp
+ $t cat $(APP)/Makefile >> $(APP)/Makefile.tmp
$t mv $(APP)/Makefile.tmp $(APP)/Makefile
$i "Build the application"
@@ -234,10 +234,10 @@ core-plugins-test: build clean
$t echo -e "\trm -f markerfile" >> $(APP)/touch_plugin/plugins.mk
$i "Inject external plugin dependencies into $(APP)"
- $t echo 'BUILD_DEPS = touch_plugin' >>$(APP)/Makefile.tmp
- $t echo 'DEP_PLUGINS = touch_plugin' >>$(APP)/Makefile.tmp
- $t echo 'dep_touch_plugin = cp touch_plugin' >>$(APP)/Makefile.tmp
- $t cat $(APP)/Makefile >>$(APP)/Makefile.tmp
+ $t echo 'BUILD_DEPS = touch_plugin' >> $(APP)/Makefile.tmp
+ $t echo 'DEP_PLUGINS = touch_plugin' >> $(APP)/Makefile.tmp
+ $t echo 'dep_touch_plugin = cp touch_plugin' >> $(APP)/Makefile.tmp
+ $t cat $(APP)/Makefile >> $(APP)/Makefile.tmp
$t mv $(APP)/Makefile.tmp $(APP)/Makefile
$i "Build the application"