diff options
author | Paul J. Davis <paul.joseph.davis@gmail.com> | 2020-03-02 09:31:53 -0600 |
---|---|---|
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | 2020-03-02 12:26:22 -0600 |
commit | bdd0578b998e1fec2ae2345d6aa85350b24f899b (patch) | |
tree | ca23597063868e7546898635963f08017c0c269f | |
parent | f30c83c49240c9042b31ef275a5166a08c5f36f7 (diff) | |
download | couchdb-bdd0578b998e1fec2ae2345d6aa85350b24f899b.tar.gz |
Temporary shortcut to running the fdb test suitearchive/prototype/fdb-layer-rebaseprototype/fdb-layer-rebase
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |