xapian-core  1.4.25
soaktest_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&REMOTE)&&!(properties&INMEMORY)) {
4  static const test_desc tests[] = {
5  { "queries1", test_queries1 },
6  { 0, 0 }
7  };
8  result = max(result, test_driver::run(tests));
9  }
static const test_desc tests[]
The lists of tests to perform.
void test_queries1()
static int run(const test_desc *tests)
Definition: testsuite.cc:892
Structure holding a description of a test.
Definition: testsuite.h:77