MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
simple_test.hpp
Go to the documentation of this file.
1 /*
2  * ==============================================================================
3  *
4  * Filename: simpletest.hpp
5  *
6  * Description: Main header file containing all definitions and macros.
7  *
8  * Version: 1.0
9  * Created: 05/20/2014 09:22:42 PM
10  * Revision: none
11  * Compiler: gcc
12  *
13  * Author: Dilawar Singh (), dilawars@ncbs.res.in
14  * Organization:
15  *
16  * ==============================================================================
17  */
18 
19 #ifndef SIMPLETEST_INC
20 #define SIMPLETEST_INC
21 
22 #include "print_function.hpp"
23 #include "testing_macros.hpp"
24 #include "simple_assert.hpp"
25 
26 #endif /* ----- #ifndef SIMPLETEST_INC ----- */