From 8860f1f9e732f58671c6181d223b53f8d96fb6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Fri, 3 Apr 2020 11:06:23 +0200 Subject: test/plugin_dialyzer.mk: Skip cowlib test in `dialyzer-plt-ebin-only` This is a waste of time and if they were to fail, this does not serve the Erlang.mk testsuite. --- test/plugin_dialyzer.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/plugin_dialyzer.mk b/test/plugin_dialyzer.mk index d8b9455..fbd03e1 100644 --- a/test/plugin_dialyzer.mk +++ b/test/plugin_dialyzer.mk @@ -282,8 +282,8 @@ dialyzer-plt-ebin-only: init $i "Build the application" $t $(MAKE) -C $(APP) $v - $i "Run Cowlib tests to fetch autopatched dependencies" - $t $(MAKE) -C $(APP)/deps/cowlib tests $v + $i "Build Cowlib for tests to fetch autopatched dependencies" + $t $(MAKE) -C $(APP)/deps/cowlib test-build $v $i "Run Dialyzer" $t $(DIALYZER_MUTEX) $(MAKE) -C $(APP) dialyze $v -- cgit v1.2.3