aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/core_deps.mk')
-rw-r--r--test/core_deps.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/core_deps.mk b/test/core_deps.mk
index f06a912..9795767 100644
--- a/test/core_deps.mk
+++ b/test/core_deps.mk
@@ -25,6 +25,12 @@ core-deps-pkg: build clean-core-deps-pkg
DEPS = cowboy\
' $(APP)/Makefile
+ifdef LEGACY
+ $i "Add Cowboy to the applications key in the .app.src file"
+ $t sed -i.bak '8i\
+ cowboy,' $(APP)/src/$(APP).app.src
+endif
+
$i "Build the application"
$t $(MAKE) -C $(APP) $v