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