summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorILYA Khlopotov <iilyak@apache.org>2019-05-22 17:48:04 +0000
committerILYA Khlopotov <iilyak@apache.org>2019-05-22 18:40:51 +0000
commit94ebfe05c900f8d6c0d0d75c55d4d4aa581be453 (patch)
treec75ca480f2fdf295c83666608a673d05e8b19d53
parentd888ebd41774ba5eea909a7eb8e35290c57c00e4 (diff)
downloadcouchdb-exunit.tar.gz
Enable ExUnit tests for testingarchive/exunitexunit
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d87fae1c..81ab14868 100644
--- a/Makefile
+++ b/Makefile
@@ -149,6 +149,7 @@ check: all
@$(MAKE) test-cluster-without-quorum
@$(MAKE) python-black
@$(MAKE) eunit
+ @$(MAKE) exunit
@$(MAKE) javascript
@$(MAKE) mango-test
@$(MAKE) elixir