|
muMECH
1.0
|
Main function, for testing the library muMECH only. More...
#include "types.h"#include <string.h>#include "problem.h"#include "tests.h"#include "macros.h"#include "librw.h"Go to the source code of this file.
Enumerations | |
| enum | mainBoolOpt { MBO_Tests_Verif, MBO_Tests_Tools, MBO_Tests_Tom, MBO_Tests_Termit, MBO_Tests_Standa, MBO_Tests_Honza, MBO_Tests_Lukas, MBO_Tests_Vorel, cMBO } |
| ProbDesc Boolean Option. More... | |
Functions | |
| void | help (void) |
| prints help / syntax More... | |
| bool | parameters (int argc, char *argv[], bool MBO[]) |
| int | main (int argc, char *argv[]) |
*** *** *** *** MAIN *** *** *** *** More... | |
Main function, for testing the library muMECH only.
Definition in file mumechtest.cpp.
| enum mainBoolOpt |
ProbDesc Boolean Option.
| Enumerator | |
|---|---|
| MBO_Tests_Verif | |
| MBO_Tests_Tools | |
| MBO_Tests_Tom | |
| MBO_Tests_Termit | |
| MBO_Tests_Standa | |
| MBO_Tests_Honza | |
| MBO_Tests_Lukas | |
| MBO_Tests_Vorel | |
| cMBO | |
Definition at line 44 of file mumechtest.cpp.
| void help | ( | void | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
*** *** *** *** MAIN *** *** *** ***
Definition at line 65 of file mumechtest.cpp.
References gelibspace::AP_find_option(), cMBO, help(), MBO_Tests_Honza, MBO_Tests_Lukas, MBO_Tests_Standa, MBO_Tests_Termit, MBO_Tests_Tom, MBO_Tests_Tools, MBO_Tests_Verif, MBO_Tests_Vorel, parameters(), tests_honza(), tests_lukas(), tests_standa(), tests_termit(), tests_tom(), tests_tools(), tests_verified(), tests_vorel(), and VERSION.
| bool parameters | ( | int | argc, |
| char * | argv[], | ||
| bool | MBO[] | ||
| ) |
detection of parameters
Definition at line 130 of file mumechtest.cpp.
References _errorr2, _openFileN, _STRCMP, gelibspace::AP_find_option(), gelibspace::FP_number_of_words(), gelibspace::FP_scan_word(), gelibspace::FP_skip_line_commented(), gelibspace::FP_skip_nonword(), MBO_Tests_Honza, MBO_Tests_Lukas, MBO_Tests_Standa, MBO_Tests_Termit, MBO_Tests_Tom, MBO_Tests_Tools, MBO_Tests_Verif, MBO_Tests_Vorel, and gelibspace::sprint_param().
Referenced by main().