mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-01 05:24:38 +02:00
Fixed build issues with new unit test framework.
[SVN r15079]
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
|
||||
#include <boost/timer.hpp>
|
||||
#include <boost/type_traits.hpp>
|
||||
#include <boost/test/cpp_main.cpp>
|
||||
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
@@ -29,7 +29,6 @@
|
||||
#include <boost/timer.hpp>
|
||||
#include <boost/type_traits.hpp>
|
||||
#include <boost/call_traits.hpp>
|
||||
#include <boost/test/cpp_main.cpp>
|
||||
|
||||
#if defined(BOOST_NO_STDC_NAMESPACE) || (defined(std) && defined(__SGI_STL_PORT))
|
||||
namespace std{ using :: memset; }
|
||||
|
@@ -29,7 +29,6 @@
|
||||
#include <memory>
|
||||
|
||||
#include <boost/type_traits.hpp>
|
||||
#include <boost/test/cpp_main.cpp>
|
||||
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
@@ -24,7 +24,6 @@
|
||||
|
||||
#include <boost/timer.hpp>
|
||||
#include <boost/type_traits.hpp>
|
||||
#include <boost/test/cpp_main.cpp>
|
||||
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
@@ -1,31 +1,31 @@
|
||||
subproject libs/type_traits/tests ;
|
||||
|
||||
|
||||
unit-test alignment_test : alignment_test.cpp
|
||||
unit-test alignment_test : alignment_test.cpp <lib>../../test/build/prg_exec_monitor
|
||||
: <sysinclude>$(BOOST_ROOT) : ;
|
||||
|
||||
unit-test arithmetic_traits_test : arithmetic_traits_test.cpp
|
||||
unit-test arithmetic_traits_test : arithmetic_traits_test.cpp <lib>../../test/build/prg_exec_monitor
|
||||
: <sysinclude>$(BOOST_ROOT) : ;
|
||||
|
||||
unit-test composite_traits_test : composite_traits_test.cpp
|
||||
unit-test composite_traits_test : composite_traits_test.cpp <lib>../../test/build/prg_exec_monitor
|
||||
: <sysinclude>$(BOOST_ROOT) : ;
|
||||
|
||||
unit-test cv_traits_test : cv_traits_test.cpp
|
||||
unit-test cv_traits_test : cv_traits_test.cpp <lib>../../test/build/prg_exec_monitor
|
||||
: <sysinclude>$(BOOST_ROOT) : ;
|
||||
|
||||
unit-test is_convertible_test : is_convertible_test.cpp
|
||||
unit-test is_convertible_test : is_convertible_test.cpp <lib>../../test/build/prg_exec_monitor
|
||||
: <sysinclude>$(BOOST_ROOT) : ;
|
||||
|
||||
unit-test is_function_test : is_function_test.cpp
|
||||
unit-test is_function_test : is_function_test.cpp <lib>../../test/build/prg_exec_monitor
|
||||
: <sysinclude>$(BOOST_ROOT) : ;
|
||||
|
||||
unit-test is_same_test : is_same_test.cpp
|
||||
unit-test is_same_test : is_same_test.cpp <lib>../../test/build/prg_exec_monitor
|
||||
: <sysinclude>$(BOOST_ROOT) : ;
|
||||
|
||||
unit-test object_type_traits_test : object_type_traits_test.cpp
|
||||
unit-test object_type_traits_test : object_type_traits_test.cpp <lib>../../test/build/prg_exec_monitor
|
||||
: <sysinclude>$(BOOST_ROOT) : ;
|
||||
|
||||
unit-test transform_traits_test : transform_traits_test.cpp
|
||||
unit-test transform_traits_test : transform_traits_test.cpp <lib>../../test/build/prg_exec_monitor
|
||||
: <sysinclude>$(BOOST_ROOT) : ;
|
||||
|
||||
|
||||
@@ -33,3 +33,4 @@ unit-test transform_traits_test : transform_traits_test.cpp
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user