summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2020-03-02 09:31:53 -0600
committerPaul J. Davis <paul.joseph.davis@gmail.com>2020-03-02 12:26:22 -0600
commitbdd0578b998e1fec2ae2345d6aa85350b24f899b (patch)
treeca23597063868e7546898635963f08017c0c269f
parentf30c83c49240c9042b31ef275a5166a08c5f36f7 (diff)
downloadcouchdb-prototype/fdb-layer-rebase.tar.gz
Temporary shortcut to running the fdb test suitearchive/prototype/fdb-layer-rebaseprototype/fdb-layer-rebase
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b5f6441ee..2f5df90b9 100644
--- a/Makefile
+++ b/Makefile
@@ -158,6 +158,11 @@ else
subdirs=$(shell ls src)
endif
+.PHONY: check-fdb
+check-fdb:
+ make eunit apps=couch_eval,couch_expiring_cache,ctrace,couch_jobs,couch_views,fabric
+ make elixir tests=test/elixir/test/basics_test.exs,test/elixir/test/replication_test.exs,test/elixir/test/map_test.exs,test/elixir/test/all_docs_test.exs,test/elixir/test/bulk_docs_test.exs
+
.PHONY: eunit
# target: eunit - Run EUnit tests, use EUNIT_OPTS to provide custom options
eunit: export BUILDDIR = $(shell pwd)