aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-05 16:14:23 +0200
committerLoïc Hoguin <[email protected]>2023-05-05 16:16:31 +0200
commitec5d5db8feb8c797ddaaf5e4d1afbae31eda461e (patch)
treeacc4228046f0f348b1941723d72d058656ee58f8 /test
parent2f5e90da5156a54275f30b6b4a4051774adea3da (diff)
downloaderlang.mk-ec5d5db8feb8c797ddaaf5e4d1afbae31eda461e.tar.gz
erlang.mk-ec5d5db8feb8c797ddaaf5e4d1afbae31eda461e.tar.bz2
erlang.mk-ec5d5db8feb8c797ddaaf5e4d1afbae31eda461e.zip
Deps: Add a project-specific patch for hut
Hut has both a Makefile and erlang.mk but the default target does not build the project. To fix a few packages we have a special patch HUT_PATCH that will call the appropriate target.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index e2efc22..dcbdb5f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -167,6 +167,7 @@ $(eval $(foreach t,$(patsubst %.mk,%,$(patsubst plugin_%,%,$(wildcard plugin_*.m
# Packages.
PACKAGES = $(foreach pkg,$(sort $(wildcard ../index/*.mk)),$(notdir $(basename $(pkg))))
+PATCHES = HUT_PATCH=1
EXCLUDE_FROM_CHECK = ['ci.erlang.mk', elvis_mk, esh_mk, hexer_mk, inaka_mk, 'lfe.mk', rust_mk]
EXCLUDE_FROM_APP_CHECK = esh_mk rust_mk