|
Support for simple regression tests. More...
Go to the source code of this file.
Classes | |
class | TfRegTest |
TfRegTest is a singleton class, which is used to register functions with either type bool (*)(int, char*[]), or functions returning type bool and taking no arguments. More... | |
Macros | |
#define | TF_ADD_REGTEST(name) |
Adds the function Test_name , under name name , as a runnable regression test. | |
Functions | |
TF_API_TEMPLATE_CLASS (TfSingleton< TfRegTest >) | |
Support for simple regression tests.
Definition in file regTest.h.