You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2018/08/09 03:05:00 UTC

[couchdb] 05/06: Update to use new couch_pse_tests app

This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a commit to branch COUCHDB-3326-clustered-purge-pr3-refactor-pse-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 5f4f4138ab55da76ccc6d636466f97cbc34b9cf7
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Wed May 23 14:31:26 2018 -0500

    Update to use new couch_pse_tests app
---
 rebar.config.script                      | 1 +
 src/couch/test/couch_bt_engine_tests.erl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index b4de2d9..22dde7c 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -31,6 +31,7 @@ SubDirs = [
     "src/couch_mrview",
     "src/couch_replicator",
     "src/couch_plugins",
+    "src/couch_pse_tests",
     "src/couch_event",
     "src/couch_stats",
     "src/couch_peruser",
diff --git a/src/couch/test/couch_bt_engine_tests.erl b/src/couch/test/couch_bt_engine_tests.erl
index c4055d0..3e3ecbf 100644
--- a/src/couch/test/couch_bt_engine_tests.erl
+++ b/src/couch/test/couch_bt_engine_tests.erl
@@ -17,4 +17,4 @@
 
 
 couch_bt_engine_test_()->
-    test_engine_util:create_tests(couch, couch_bt_engine, "couch").
+    cpse_util:create_tests(couch, couch_bt_engine, "couch").