TuttleOFX  1
TuttleOFX/libraries/tuttle/tests/test1/main.cpp
Go to the documentation of this file.
00001 #include <iostream>
00002 #define BOOST_TEST_MODULE test_function
00003 #include <tuttle/test/unit_test.hpp>
00004 
00005 using namespace boost::unit_test;
00006 
00007 BOOST_AUTO_TEST_CASE( test_01 )
00008 {
00009         BOOST_CHECK_EQUAL( 1.0, 1.0 );
00010 }