Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_vcluster
Commits
df614ccc
Commit
df614ccc
authored
Nov 25, 2018
by
incardon
Browse files
Fixing boost test full dynamic
parent
63f41778
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
df614ccc
#define BOOST_TEST_MODULE "C++ test module for OpenFPM_vcluster project"
#define BOOST_TEST_DYN_LINK
#include <boost/test/unit_test.hpp>
// initialization function:
bool
init_unit_test
()
{
return
true
;
}
// entry point:
int
main
(
int
argc
,
char
*
argv
[])
{
return
boost
::
unit_test
::
unit_test_main
(
&
init_unit_test
,
argc
,
argv
);
}
#include "config.h"
#include "VCluster/VCluster.hpp"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment