21 #ifndef XAPIAN_INCLUDED_BACKENDMANAGER_LOCAL_H 22 #define XAPIAN_INCLUDED_BACKENDMANAGER_LOCAL_H 26 #if defined XAPIAN_HAS_GLASS_BACKEND 28 # define BackendManagerLocal BackendManagerGlass 29 #elif defined XAPIAN_HAS_CHERT_BACKEND 31 # define BackendManagerLocal BackendManagerChert 38 SKIP_TEST(
"No local database backend enabled");
43 #endif // XAPIAN_INCLUDED_BACKENDMANAGER_LOCAL_H
BackendManager subclass for chert databases.
a generic test suite engine
#define BackendManagerLocal
Base class for backend handling in test harness.
Public interfaces for the Xapian library.
BackendManager subclass for glass databases.
#define SKIP_TEST(MSG)
Skip the current testcase with message MSG.