Difference between revisions of "r7.1.0:Struct libtest testsuite state"

From liblfds.org
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:struct libtest_testsuite_state}} ==Source File== └── test_and_benchmark └── libtest └── inc └── libtest...")
 
(No difference)

Latest revision as of 23:45, 26 May 2016

Source File

└── test_and_benchmark
    └── libtest
        └── inc
            └── libtest
                └── libtest_testsuite.h

Opaque Structure

struct libtest_testsuite_state;

Alignment

Allocations must be LFDS710_PAL_ATOMIC_ISOLATION_IN_BYTES aligned.

Notes

This structure is the main state used by the libtest library to run tests.

See Also