TuttleOFX  1
main.cpp
Go to the documentation of this file.
00001 #define BOOST_TEST_MODULE plugin_Png
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_Png_reader )
00017 std::string pluginName = "tuttle.pngreader";
00018 std::string filename = "png/Gradient-8bit.png";
00019 #include <tuttle/test/io/reader.hpp>
00020 BOOST_AUTO_TEST_SUITE_END()
00021 
00022 
00023 BOOST_AUTO_TEST_SUITE( plugin_Png_writer )
00024 std::string pluginName = "tuttle.pngwriter";
00025 std::string filename = "test-png.png";
00026 #include <tuttle/test/io/writer.hpp>
00027 BOOST_AUTO_TEST_SUITE_END()