blob: cdd792e5550b4739c4ddac73bd8d22547fae9dc6 [file] [log] [blame]
Brian Silverman88678712018-08-04 23:56:48 -07001################################################################################
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
11project bsl-xml-benchmark ;
12
13exe int4_test : int4_test.cpp
14 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
15
16exe int16_test : int16_test.cpp
17 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
18
19exe int64_test : int64_test.cpp
20 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
21
22exe int256_test : int256_test.cpp
23 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
24
25exe string4_test : string4_test.cpp
26 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
27
28exe string16_test : string16_test.cpp
29 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
30
31exe string64_test : string64_test.cpp
32 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
33
34exe string256_test : string256_test.cpp
35 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;