]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/spirit/example/x3/rexpr/rexpr_full/test/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / spirit / example / x3 / rexpr / rexpr_full / test / Jamfile
1 #
2 # Copyright (C) 2015 Michael Caisse, ciere.com
3 #
4 # Distributed under the Boost Software License, Version 1.0. (See accompanying
5 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 #
7
8 import testing ;
9
10 project
11 : requirements
12 <source>..//rexpr
13 <source>/boost//regex
14 <source>/boost//filesystem
15 <source>/boost//system
16 <toolset>gcc:<cxxflags>-ftemplate-depth=300
17 <toolset>darwin:<cxxflags>-ftemplate-depth=300
18 ;
19
20 unit-test parse_rexpr_test
21 : parse_rexpr_test.cpp
22 : <testing.arg>"test/test_files"
23 ;