int64_test.cpp 552 B

1234567891011121314151617181920
  1. /* /libs/serialization/xml_performance/int25_test.cpp **************************
  2. (C) Copyright 2010 Bryce Lelbach
  3. Use, modification and distribution is subject to the Boost Software License,
  4. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt)
  6. *******************************************************************************/
  7. #define BSL_TYPE int
  8. #define BSL_DEPTH 3
  9. #define BSL_ROUNDS 256
  10. #define BSL_NODE_MAX 4
  11. #define BSL_SAVE_TMPFILE 0
  12. #include "harness.hpp"
  13. BSL_MAIN