]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/sort/test/Jamfile.v2
update sources to v12.2.4
[ceph.git] / ceph / src / boost / libs / sort / test / Jamfile.v2
CommitLineData
3a9019d9
FG
1# Boost sorting_algo library test suite Jamfile ----------------------------\r
2#\r
3# Copyright Steven Ross 2009. Use, modification and\r
4# distribution is subject to the Boost Software License, Version\r
5# 1.0. (See accompanying file LICENSE_1_0.txt or copy at\r
6# http://www.boost.org/LICENSE_1_0.txt)\r
7#\r
8# See http://www.boost.org/libs/sort for library home page.\r
9\r
10import testing ;\r
11\r
12{\r
13 test-suite "sort"\r
14 : [ run integer_sort_test.cpp\r
15 : : : : integer_sort ] \r
16 [ run float_sort_test.cpp\r
17 : : : : float_sort ] \r
18 [ run string_sort_test.cpp\r
19 : : : : string_sort ] \r
20 [ run sort_detail_test.cpp\r
21 : : : : sort_detail ] \r
22 \r
23 \r
24 ;\r
25}\r