/home/martin/workspace/OpenStreetNav/src/test/test.cpp
Go to the documentation of this file.
00001 #define BOOST_TEST_MODULE OpenStreetNavTest
00002 #include <boost/test/unit_test.hpp>
00003 
00004 BOOST_AUTO_TEST_CASE(always_success)
00005 {
00006     BOOST_CHECK(true);
00007 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines