TuttleOFX  1
main.cpp
Go to the documentation of this file.
00001 #define BOOST_TEST_MODULE plugin_Dpx
00002 #include <tuttle/test/main.hpp>
00003 
00004 #include <boost/test/unit_test.hpp>
00005 
00006 #include <tuttle/host/Graph.hpp>
00007 
00008 #include <boost/preprocessor/stringize.hpp>
00009 
00010 #include <boost/timer.hpp>
00011 #include <boost/date_time/posix_time/posix_time.hpp>
00012 
00013 using namespace boost::unit_test;
00014 using namespace tuttle::host;
00015 
00016 BOOST_AUTO_TEST_SUITE( plugin_Dpx_reader )
00017 std::string pluginName = "tuttle.dpxreader";
00018 std::string filename = "dpx/flowers-1920x1080-RGB-10.dpx";
00019 //#include <tuttle/test/io/reader.hpp>
00020 BOOST_AUTO_TEST_SUITE_END()
00021 
00022 
00023 BOOST_AUTO_TEST_SUITE( plugin_Dpx_writer )
00024 std::string pluginName = "tuttle.dpxwriter";
00025 std::string filename = "test-png.png";
00026 #include <tuttle/test/io/writer.hpp>
00027 BOOST_AUTO_TEST_SUITE_END()