Skip to content

couchbase/couchstore

Repository files navigation

Couchbase (.couch) storage file C library

Currently this library can only be built as part of Couchbase Server due to dependencies on the Couchbase Platform Library and Couchbase Server CMake project. For instructions on building Couchbase Server, see the Manifest Repository.

Tests:

  1. make test

This will run the native tests, and also the Lua tests if Lua was installed at the time the configure script ran.

Tests use the CMake CTest system, and the ctest command can be used to run invidual tests and print verbose output.