Skip to content
Snippets Groups Projects
boost_test_lib_dummy.cpp 161 B
Newer Older
  • Learn to ignore specific revisions
  • David Vojtek's avatar
    David Vojtek committed
    //
    // 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