Get tests running again after various renaming and moving of files

git-svn-id: http://svn.boost.org/svn/boost/sandbox/endian@72213 b8fc166d-592f-0410-95f2-cb63ce0dd405
This commit is contained in:
bemandawes
2011-05-27 15:53:09 +00:00
parent 5e802bea7f
commit d240940770
10 changed files with 17 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
// boost/integer/cover_operators.hpp ----------------------------------------//
// boost/endian/detail/cover_operators.hpp ----------------------------------//
// Copyright Darin Adler 2000
// Copyright Beman Dawes 2008

View File

@@ -1,4 +1,4 @@
// Boost endian.hpp header file -------------------------------------------------------//
// boost/endian/types.hpp ------------------------------------------------------------//
// (C) Copyright Darin Adler 2000
// (C) Copyright Beman Dawes 2006, 2009
@@ -33,7 +33,7 @@
#include <boost/detail/endian.hpp>
#define BOOST_MINIMAL_INTEGER_COVER_OPERATORS
#define BOOST_NO_IO_COVER_OPERATORS
#include <boost/endian/cover_operators.hpp>
#include <boost/endian/detail/cover_operators.hpp>
#undef BOOST_NO_IO_COVER_OPERATORS
#undef BOOST_MINIMAL_INTEGER_COVER_OPERATORS
#include <boost/type_traits/is_signed.hpp>

View File

@@ -15,7 +15,7 @@
#include <iostream>
#include <cstdio>
#include <boost/endian/integers.hpp>
#include <boost/endian/types.hpp>
#include <boost/detail/lightweight_test.hpp>
#include <boost/detail/lightweight_main.hpp>

View File

@@ -9,8 +9,8 @@
#include <boost/endian/detail/disable_warnings.hpp>
#include <boost/endian/integers.hpp>
#include <boost/binary_stream.hpp>
#include <boost/endian/types.hpp>
#include <boost/io/detail/bin_manip.hpp>
#include <iostream>
using namespace boost;

View File

@@ -11,7 +11,7 @@
test-suite "endian"
:
[ run binary_stream_test.cpp ]
[ run ../../io/test/bin_manip_test.cpp ]
[ run endian_test.cpp ]
[ run endian_operations_test.cpp
: : : <toolset>gcc:<cxxflags>-Wno-sign-compare ]

View File

@@ -10,10 +10,14 @@
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\io\example\bin_manip_example.cpp" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{06736C67-6305-4A9F-8D10-850FD0CE907D}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>binary_stream_example</RootNamespace>
<ProjectName>bin_manip_example</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -75,9 +79,6 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\example\binary_stream_example.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -10,6 +10,9 @@
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\io\test\bin_manip_test.cpp" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{1382D085-FF3F-4573-8709-E10D3D74D620}</ProjectGuid>
<RootNamespace>binary_stream_test</RootNamespace>
@@ -84,9 +87,6 @@
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\binary_stream_test.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -13,7 +13,7 @@
#include <boost/endian/detail/disable_warnings.hpp>
#include <boost/endian/integers.hpp>
#include <boost/endian/types.hpp>
#include <boost/detail/lightweight_main.hpp>
#include <cassert>

View File

@@ -28,7 +28,7 @@
# pragma warning( disable : 4389 ) // signed/unsigned mismatch
#endif
#include <boost/endian/integers.hpp>
#include <boost/endian/types.hpp>
#include <boost/detail/lightweight_main.hpp>
#include <cassert>
#include <iostream>

View File

@@ -18,7 +18,7 @@
#include <boost/endian/detail/disable_warnings.hpp>
#include <boost/endian/integers.hpp>
#include <boost/endian/types.hpp>
#include <boost/cstdint.hpp>
#include <boost/progress.hpp>
#include <boost/detail/lightweight_main.hpp>