LifeV
|
File containing the parser test. More...
#include <iomanip>
#include <string>
#include <Epetra_ConfigDefs.h>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/util/StringUtility.hpp>
#include <lifev/core/util/LifeChrono.hpp>
#include <lifev/core/util/Parser.hpp>
Go to the source code of this file.
Functions | |
std::string | check (const bool &expression) |
Int | main (Int argc, char **argv) |
Variables | |
bool | EXIT_FLAG = EXIT_SUCCESS |
std::string | success = "OK " |
std::string | failed = "FAILED " |
File containing the parser test.
This is a test to verify that the parser performs correct computations. Note that the parser works only with boost v1.41+.
Definition in file lifev/core/testsuite/parser/main.cpp.
|
inline |
Definition at line 64 of file lifev/core/testsuite/parser/main.cpp.
Definition at line 76 of file lifev/core/testsuite/parser/main.cpp.
bool EXIT_FLAG = EXIT_SUCCESS |
Definition at line 59 of file lifev/core/testsuite/parser/main.cpp.
std::string success = "OK " |
Definition at line 60 of file lifev/core/testsuite/parser/main.cpp.
std::string failed = "FAILED " |
Definition at line 61 of file lifev/core/testsuite/parser/main.cpp.