TuttleOFX  1
main.cpp
Go to the documentation of this file.
00001 #define BOOST_TEST_MODULE plugin_Raw
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_Raw_reader )
00017 std::string pluginName = "tuttle.rawreader";
00018 std::string filename = "raw/RAW_CANON_10D.CRW";
00019 #include <tuttle/test/io/reader.hpp>
00020 BOOST_AUTO_TEST_SUITE_END()
00021 
00022 
00023 BOOST_AUTO_TEST_SUITE( plugin_Raw_writer )
00024 std::string pluginName = "tuttle.rawwriter";
00025 std::string filename = "test-raw";
00026 //#include <tuttle/test/io/writer.hpp>
00027 BOOST_AUTO_TEST_SUITE_END()