Bridge++  Version 1.4.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
run_testmanager.h
Go to the documentation of this file.
1 
14 #ifndef RUN_TESTMANAGER_INCLUDED
15 #define RUN_TESTMANAGER_INCLUDED
16 
17 #ifdef USE_TESTMANAGER
18 
19 #include "Tests/testManager.h"
20 
21 int run_testmanager(int argc, char **argv);
22 
23 // show list of registered tests
24 // to run prior to initializations of manager classes such as communicators
25 int preprocess_testmanager(int argc, char **argv);
26 #endif
27 #endif /* RUN_TESTMANAGER_INCLUDED */
int run_testmanager(int argc, char **argv)
int preprocess_testmanager(int argc, char **argv)