Brian Silverman | 8867871 | 2018-08-04 23:56:48 -0700 | [diff] [blame^] | 1 | /* /libs/serialization/xml_performance/int25_test.cpp ************************** |
| 2 | |
| 3 | (C) Copyright 2010 Bryce Lelbach |
| 4 | |
| 5 | Use, modification and distribution is subject to the Boost Software License, |
| 6 | Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
| 7 | http://www.boost.org/LICENSE_1_0.txt) |
| 8 | |
| 9 | *******************************************************************************/ |
| 10 | |
| 11 | #define BSL_TYPE int |
| 12 | #define BSL_DEPTH 2 |
| 13 | #define BSL_ROUNDS 256 |
| 14 | #define BSL_NODE_MAX 4 |
| 15 | #define BSL_SAVE_TMPFILE 0 |
| 16 | |
| 17 | #include "harness.hpp" |
| 18 | |
| 19 | BSL_MAIN |
| 20 | |