xapian-core  1.4.25
perftest_collated.h
Go to the documentation of this file.
1 /* Warning: This file is generated by ./collate-test - do not modify directly! */
2 
3  if ((properties&WRITABLE)&&!(properties&INMEMORY)) {
4  static const test_desc tests[] = {
5  { "randomidx1", test_randomidx1 },
6  { 0, 0 }
7  };
8  result = max(result, test_driver::run(tests));
9  }
10  if ((properties&WRITABLE)&&!(properties&REMOTE)&&!(properties&INMEMORY)) {
11  static const test_desc tests[] = {
12  { "valuesetmatchdecider1", test_valuesetmatchdecider1 },
13  { "alldocsiter1", test_alldocsiter1 },
14  { 0, 0 }
15  };
16  result = max(result, test_driver::run(tests));
17  }
void test_valuesetmatchdecider1()
static const test_desc tests[]
The lists of tests to perform.
static int run(const test_desc *tests)
Definition: testsuite.cc:892
Structure holding a description of a test.
Definition: testsuite.h:77
void test_alldocsiter1()
void test_randomidx1()