2
0

StdInc.cpp 301 B

12345678910
  1. // Creates the precompiled header
  2. #include "StdInc.h"
  3. #ifndef _MSC_VER
  4. // Should be defined only once, before #include of unit test header
  5. #define BOOST_TEST_MODULE VcmiTest
  6. #include <boost/test/unit_test.hpp>
  7. #include "CVcmiTestConfig.h"
  8. BOOST_GLOBAL_FIXTURE(CVcmiTestConfig);
  9. #endif