]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/numeric/odeint/test_external/gsl/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / numeric / odeint / test_external / gsl / Jamfile.v2
1 # Copyright 2012 Karsten Ahnert
2 # Copyright 2012 Mario Mulansky
3 # Distributed under the Boost Software License, Version 1.0.
4 # (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 # bring in rules for testing
7
8 import testing ;
9 use-project boost : $(BOOST_ROOT) ;
10
11 project
12 : requirements
13 <library>/boost/test//boost_unit_test_framework
14 ;
15
16
17 lib libgsl : : <name>gsl <link>shared ;
18 lib libgslcblas : : <name>gslcblas <link>shared ;
19
20 test-suite "gsl"
21 :
22 [ run check_gsl.cpp libgslcblas libgsl
23 :
24 :
25 : <link>shared:<define>BOOST_TEST_DYN_LINK=1
26 ]
27 ;
28