summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/serialization/performance/xml/string4_test.cpp
blob: a87c0bbca4466766a0adfc1652353ffaf3376b83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* /libs/serialization/xml_performance/string5_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)

*******************************************************************************/

#include <string>

typedef std::string string;

#define BSL_TYPE         string
#define BSL_DEPTH        1
#define BSL_ROUNDS       256
#define BSL_NODE_MAX     4
#define BSL_SAVE_TMPFILE 0

#include "harness.hpp"

BSL_MAIN