xapian-core  1.4.25
Public Attributes | List of all members
test_desc Struct Reference

Structure holding a description of a test. More...

#include <testsuite.h>

Public Attributes

const char * name
 The name of the test. More...
 
void(* run )()
 The function to run to perform the test. More...
 

Detailed Description

Structure holding a description of a test.

Definition at line 77 of file testsuite.h.

Member Data Documentation

◆ name

const char* test_desc::name

The name of the test.

Definition at line 79 of file testsuite.h.

Referenced by test_driver::do_run_tests().

◆ run

void(* test_desc::run) ()

The function to run to perform the test.

Definition at line 82 of file testsuite.h.

Referenced by test_driver::runtest().


The documentation for this struct was generated from the following file: