Просмотр исходного кода

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.
Jean-Sébastien Pédron 5 лет назад
Родитель
Сommit
8860f1f9e7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      test/plugin_dialyzer.mk

+ 2 - 2
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