OpenFPM_pdata
4.1.0
Project that contain the implementation of distributed structures
Loading...
Searching...
No Matches
main_single.cpp
1
#include <iostream>
2
3
size_t
debug_tot_call = 0;
4
5
#define PRINT_STACKTRACE
6
#define CHECKFOR_POSNAN
7
#define CHECKFOR_POSINF
8
#define CHECKFOR_PROPNAN
9
#define CHECKFOR_PROPINF
10
11
#define BOOST_DISABLE_ASSERTS
12
13
14
#include "config.h"
15
#undef VERSION
16
17
#define BOOST_TEST_DYN_LINK
18
#include <boost/test/unit_test.hpp>
19
20
// initialization function:
21
bool
init_unit_test()
22
{
23
return
true
;
24
}
25
26
// entry point:
27
int
main(
int
argc,
char
* argv[])
28
{
29
return
boost::unit_test::unit_test_main( &init_unit_test, argc, argv );
30
}
31
32
#include "unit_test_init_cleanup.hpp"
src
main_single.cpp
Generated by
1.9.8