Skip to content
Snippets Groups Projects
boost_test_lib_dummy.cpp 161 B
//
// Created by David on 11.07.2018.
//


#ifndef BOOST_TEST_MODULE
	#define BOOST_TEST_MODULE unit_test 
	#include <boost/test/included/unit_test.hpp>
#endif