aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_dialyzer.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-11-15 16:27:00 +0100
committerLoïc Hoguin <[email protected]>2024-11-19 15:34:48 +0100
commita5f32341d923d6c0bee6efba2f156558c994ff56 (patch)
treedf433f37d413b10c835e49849119b49eaa59299c /test/plugin_dialyzer.mk
parent8312df799e3e501b14e8736d19c2d238b7bd8507 (diff)
downloaderlang.mk-a5f32341d923d6c0bee6efba2f156558c994ff56.tar.gz
erlang.mk-a5f32341d923d6c0bee6efba2f156558c994ff56.tar.bz2
erlang.mk-a5f32341d923d6c0bee6efba2f156558c994ff56.zip
CI: Also test with CACHE_DEPS=1
Diffstat (limited to 'test/plugin_dialyzer.mk')
-rw-r--r--test/plugin_dialyzer.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/plugin_dialyzer.mk b/test/plugin_dialyzer.mk
index eca80a2..e4240d7 100644
--- a/test/plugin_dialyzer.mk
+++ b/test/plugin_dialyzer.mk
@@ -298,6 +298,10 @@ dialyzer-plt-ebin-only: init
$i "Build the application"
$t $(MAKE) -C $(APP) $v
+# @todo Temporary measure to make CACHE_DEPS=1 tests work again.
+ $i "Patch Cowlib's Erlang.mk"
+ $t cp ../erlang.mk $(APP)/deps/cowlib/
+
$i "Build Cowlib for tests to fetch autopatched dependencies"
$t $(MAKE) -C $(APP)/deps/cowlib test-build $v