LifeV
lifev/core/testsuite/parser/main.cpp File Reference

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>
+ Include dependency graph for lifev/core/testsuite/parser/main.cpp:

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 "
 

Detailed Description

File containing the parser test.

Date
22-04-2009
Author
Cristiano Malossi crist.nosp@m.iano.nosp@m..malo.nosp@m.ssi@.nosp@m.epfl..nosp@m.ch
Maintainer:
Cristiano Malossi crist.nosp@m.iano.nosp@m..malo.nosp@m.ssi@.nosp@m.epfl..nosp@m.ch

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.

Function Documentation

◆ check()

std::string check ( const bool &  expression)
inline

Definition at line 64 of file lifev/core/testsuite/parser/main.cpp.

◆ main()

Int main ( Int  argc,
char **  argv 
)

Definition at line 76 of file lifev/core/testsuite/parser/main.cpp.

Variable Documentation

◆ EXIT_FLAG

bool EXIT_FLAG = EXIT_SUCCESS

Definition at line 59 of file lifev/core/testsuite/parser/main.cpp.

◆ success

std::string success = "OK "

Definition at line 60 of file lifev/core/testsuite/parser/main.cpp.

◆ failed

std::string failed = "FAILED "

Definition at line 61 of file lifev/core/testsuite/parser/main.cpp.