8 #ifndef UNIT_TEST_INIT_CLEANUP_HPP_ 9 #define UNIT_TEST_INIT_CLEANUP_HPP_ 11 #include "util/cudify/cudify.hpp" 23 #ifdef PERFORMANCE_TEST 24 test_dir = getenv(
"OPENFPM_PERFORMANCE_TEST_DIR");
28 std::cerr <<
"Error: " __FILE__ <<
":" << __LINE__ <<
" in order to run the performance test you must set the environment variable $OPENFPM_PERFORMANCE_TEST_DIR to the test or an empty directory";
ut_start()
start procedure before running the test
boost unit test fixation (start procedure to call before testing)
~ut_start()
post procedure to call after the test