]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/crc/test/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / crc / test / Jamfile.v2
1 #~ Copyright Rene Rivera 2008
2 #~ Distributed under the Boost Software License, Version 1.0.
3 #~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5 project
6 : requirements
7 <library>/boost/test//boost_test_exec_monitor/<link>static
8 ;
9
10 import testing ;
11
12 test-suite crc :
13 [ run crc_test.cpp ]
14 ;