Updated int64 tests.

[SVN r11397]
This commit is contained in:
John Maddock
2001-10-18 10:16:32 +00:00
parent b70903dca0
commit 7b544cc9c3
9 changed files with 195 additions and 10 deletions
+7 -1
View File
@@ -10,7 +10,7 @@
// Do not edit this file, it was generated automatically by
// ../tools/generate from boost_*.cxx on
// Tue Oct 16 12:34:33 2001
// Wed Oct 17 12:10:00 2001
#include <boost/config.hpp>
#define BOOST_INCLUDE_MAIN
@@ -77,6 +77,11 @@ namespace boost_no_function_template_ordering = empty_boost;
#else
namespace boost_no_inclass_member_initialization = empty_boost;
#endif
#ifndef BOOST_NO_INTEGRAL_INT64_T
#include "boost_no_integral_int64_t.cxx"
#else
namespace boost_no_integral_int64_t = empty_boost;
#endif
#ifndef BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS
#include "boost_no_iter_construct.cxx"
#else
@@ -346,6 +351,7 @@ int test_main( int, char *[] )
BOOST_TEST(0 == boost_no_limits_compile_time_constants::test());
BOOST_TEST(0 == boost_no_limits::test());
BOOST_TEST(0 == boost_no_templated_iterator_constructors::test());
BOOST_TEST(0 == boost_no_integral_int64_t::test());
BOOST_TEST(0 == boost_no_inclass_member_initialization::test());
BOOST_TEST(0 == boost_no_function_template_ordering::test());
BOOST_TEST(0 == boost_no_explicit_function_template_arguments::test());