883d965008
[SVN r66030]
21 lines
552 B
C++
21 lines
552 B
C++
/* /libs/serialization/xml_performance/int25_test.cpp **************************
|
|
|
|
(C) Copyright 2010 Bryce Lelbach
|
|
|
|
Use, modification and distribution is subject to the Boost Software License,
|
|
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
*******************************************************************************/
|
|
|
|
#define BSL_TYPE int
|
|
#define BSL_DEPTH 2
|
|
#define BSL_ROUNDS 256
|
|
#define BSL_NODE_MAX 4
|
|
#define BSL_SAVE_TMPFILE 0
|
|
|
|
#include "harness.hpp"
|
|
|
|
BSL_MAIN
|
|
|