TuttleOFX
1
|
00001 #ifndef _TUTTLE_TEST_TEST_HPP_ 00002 #define _TUTTLE_TEST_TEST_HPP_ 00003 00004 #include "unit_test.hpp" 00005 #include "exceptionFormatting.hpp" 00006 00007 #include <tuttle/host/PreloadPlugins.hpp> 00008 00009 00010 using namespace tuttle::host; 00011 BOOST_GLOBAL_FIXTURE( PreloadPlugins ); 00012 00013 #endif 00014