aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/plugin_dialyzer.mk4
1 files 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