AnimatLab  2
Test
StdUtils_UnitTests.cpp
1 // StdUtils_UnitTests.cpp : Defines the entry point for the console application.
2 //
3 
4 #include "stdafx.h"
5 
6 #ifndef WIN32
7  #define BOOST_TEST_DYN_LINK
8 #endif
9 
10 #define BOOST_TEST_MODULE StdUtilTests
11 #include <boost/test/unit_test.hpp>