aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eunit.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-27 19:35:10 +0100
committerLoïc Hoguin <[email protected]>2018-11-27 19:35:10 +0100
commit31c93f4ad6b55b90ccb07a047acb941af645c059 (patch)
tree7e975f68ebd4c5daa4338444a8c7d8cc9af5050b /plugins/eunit.mk
parent933a967c0f99e3d201696c1a93335d119df23d3f (diff)
downloaderlang.mk-31c93f4ad6b55b90ccb07a047acb941af645c059.tar.gz
erlang.mk-31c93f4ad6b55b90ccb07a047acb941af645c059.tar.bz2
erlang.mk-31c93f4ad6b55b90ccb07a047acb941af645c059.zip
Remove some unnecessary -pa arguments
They're already in ERL_LIBS.
Diffstat (limited to 'plugins/eunit.mk')
-rw-r--r--plugins/eunit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eunit.mk b/plugins/eunit.mk
index 8c08334..600010d 100644
--- a/plugins/eunit.mk
+++ b/plugins/eunit.mk
@@ -46,7 +46,7 @@ define eunit.erl
halt()
endef
-EUNIT_ERL_OPTS += -pa $(TEST_DIR) $(DEPS_DIR)/*/ebin $(APPS_DIR)/*/ebin $(CURDIR)/ebin
+EUNIT_ERL_OPTS += -pa $(TEST_DIR) $(CURDIR)/ebin
ifdef t
ifeq (,$(findstring :,$(t)))