Test framework. More...
Go to the source code of this file.
Macros | |
| #define | CHECK_RV(rv) |
| Check return value of test. More... | |
| #define | SKIP_TEST(s) |
| Skip test and print info message. More... | |
Functions | |
| void | ts_environ_init (void) |
| Copy environment variables. More... | |
| void | ts_environ_exit (void) |
| Destroy copy of environment variables. More... | |
| void | print_error (const char *msg) |
| Print error message. More... | |
| int | main (int argc, char **argv) |
| Test entry point. More... | |
| int | ts_lock_ui (void) |
| Lock UI thread. More... | |
| int | ts_unlock_ui (void) |
| Unlock UI thread. More... | |
| void | ui_wakeup (unsigned int) |
| Wakeup callback (called by core thread after operation has finished) More... | |
Variables | |
| int | main_debug = 0 |
| Enable additional debug output if nonzero. | |
| const char * | main_confprefix = NULL |
Configuration directory path from command line option (always NULL ) More... | |
Test framework.
Copyright (c) 2012-2020 by the developers. See the LICENSE file for details.
Definition in file test.cxx.