xapian-core
1.4.26
|
Run multiple tests for different backends. More...
#include <config.h>
#include "testrunner.h"
#include "testsuite.h"
#include "backendmanager.h"
#include "backendmanager_chert.h"
#include "backendmanager_glass.h"
#include "backendmanager_inmemory.h"
#include "backendmanager_multi.h"
#include "backendmanager_remoteprog.h"
#include "backendmanager_remotetcp.h"
#include "backendmanager_singlefile.h"
#include "stringutils.h"
#include <iostream>
Go to the source code of this file.
Variables | |
BackendManager * | backendmanager |
backendmanager is global so that it can be accessed by individual tests. More... | |
Run multiple tests for different backends.
Definition in file testrunner.cc.
BackendManager* backendmanager |
backendmanager is global so that it can be accessed by individual tests.
Definition at line 42 of file testrunner.cc.
Referenced by DEFINE_TESTCASE(), test_driver::do_run_tests(), get_compaction_output_path(), get_database(), get_database_path(), get_dbtype(), get_named_writable_database(), get_named_writable_database_path(), get_remote_database(), get_writable_database(), get_writable_database_again(), get_writable_database_as_database(), ApiTestRunner::run(), test_driver::runtest(), and PerfTestLogger::testcase_begin().