diff options
author | Jean-Sébastien Pédron <[email protected]> | 2020-04-03 11:06:23 +0200 |
---|---|---|
committer | Jean-Sébastien Pédron <[email protected]> | 2020-04-03 11:06:23 +0200 |
commit | 8860f1f9e732f58671c6181d223b53f8d96fb6ba (patch) | |
tree | 7a5384473102cbd9f01f7477a65b7d537882b114 | |
parent | be449f2620e2050d74928982b5991c5866d8f77b (diff) | |
download | erlang.mk-8860f1f9e732f58671c6181d223b53f8d96fb6ba.tar.gz erlang.mk-8860f1f9e732f58671c6181d223b53f8d96fb6ba.tar.bz2 erlang.mk-8860f1f9e732f58671c6181d223b53f8d96fb6ba.zip |
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.
-rw-r--r-- | test/plugin_dialyzer.mk | 4 |
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 |