Skip to content
Snippets Groups Projects
Commit bd09961e authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing test compilation

parent ed9acb93
No related branches found
No related tags found
No related merge requests found
#include "config.h"
#undef VERSION
#define BOOST_TEST_MODULE "C++ test module for OpenFPM_numerics project"
#define BOOST_TEST_DYN_LINK
#include <boost/test/unit_test.hpp>
#include "unit_test_init_cleanup.hpp"
......@@ -11,7 +11,6 @@
#include "PSE/Kernels_unit_tests.hpp"
#include "Draw/DrawParticles_unit_tests.hpp"
// initialization function:
bool init_unit_test()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment