summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2015-08-23 13:46:37 +0300
committerAlexander Shorin <kxepal@apache.org>2015-08-23 13:46:37 +0300
commita692f16c8cfb96b9178948e261fadfa777c03e2c (patch)
treec9fce96f935fad930b86f404f95361f16dd3b19a
parent0fdc54f89f25cabdab39af38236c344fca21cb6f (diff)
downloadcouchdb-a692f16c8cfb96b9178948e261fadfa777c03e2c.tar.gz
Don't skip own apps for eunit testing
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c96cf8dd..cefdf805f 100644
--- a/Makefile
+++ b/Makefile
@@ -156,7 +156,7 @@ docker-stop:
eunit: export BUILDDIR = $(shell pwd)
eunit: couch
@rebar setup_eunit
- @rebar -r eunit skip_deps=meck,mochiweb,lager,snappy,couch_replicator,fabric,folsom
+ @rebar -r eunit skip_deps=meck,mochiweb,lager,snappy,folsom
javascript: all
# TODO: Fix tests to look for these files in their new path