aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-05-05 16:22:10 +0200
committerLoïc Hoguin <[email protected]>2023-05-05 16:22:10 +0200
commit9dc118d40ad08e0abdb955793b3e186f685c7e59 (patch)
treed6ed96bb86f7140f0c5d0091e78e1a931a40e6d2 /test
parentec5d5db8feb8c797ddaaf5e4d1afbae31eda461e (diff)
downloaderlang.mk-9dc118d40ad08e0abdb955793b3e186f685c7e59.tar.gz
erlang.mk-9dc118d40ad08e0abdb955793b3e186f685c7e59.tar.bz2
erlang.mk-9dc118d40ad08e0abdb955793b3e186f685c7e59.zip
Tests: exclude pmod_transform from .app/load checks
This is not a proper OTP application.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index dcbdb5f..c7d9fed 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -168,8 +168,8 @@ $(eval $(foreach t,$(patsubst %.mk,%,$(patsubst plugin_%,%,$(wildcard plugin_*.m
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
+EXCLUDE_FROM_CHECK = ['ci.erlang.mk', elvis_mk, esh_mk, hexer_mk, inaka_mk, 'lfe.mk', pmod_transform, rust_mk]
+EXCLUDE_FROM_APP_CHECK = esh_mk pmod_transform rust_mk
packages: $(addprefix pkg-,$(PACKAGES))