From a535628faa098a0cfde2d1646b75f2054af0bc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 21 Sep 2015 09:48:53 +0200 Subject: Fix core-deps-pkg test with LEGACY=1 --- test/core_deps.mk | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3