00001 #define BOOST_AUTO_TEST_MAIN // Build main function 00002 #include <boost/test/included/unit_test.hpp> 00003 00004 /* This macro generates a main function that runs all test cases automatically. 00005 * 00006 * Build target 'test-release' to get 'aitools3-aq-bighashmap-test' 00007 * 00008 * When running the executable set the following command line parameters: 00009 * (In Eclipse: Run As / Run Configurations / Arguments) 00010 * 00011 * --build_info=yes --detect_memory_leak=1 --log_level=test_suite 00012 */