2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-16 01:42:11 +00:00
This commit is contained in:
Raffi Enficiaud
2015-03-30 10:44:12 +02:00
parent 48751aae1c
commit 1db468bfbd

View File

@@ -10,18 +10,14 @@
#define BOOST_TEST_MODULE test_windows_headers
#ifdef _WIN32
#include <boost/config.hpp>
#ifdef BOOST_WINDOWS
#include <windows.h>
#endif
#include <boost/test/unit_test.hpp>
#include <boost/test/floating_point_comparison.hpp> // Extra test tool for FP comparison.
using namespace boost;
namespace ut = boost::unit_test;
using namespace boost::test_tools;
BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test, 2 )
BOOST_AUTO_TEST_CASE( test )