]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/assert/test/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / assert / test / Jamfile.v2
CommitLineData
7c673cae
FG
1# Boost.Assert Library test Jamfile
2#
b32b8144 3# Copyright (c) 2014, 2017 Peter Dimov
7c673cae
FG
4#
5# Distributed under the Boost Software License, Version 1.0.
6# See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt
8
9# bring in rules for testing
10import testing ;
11
b32b8144 12run assert_test.cpp ;
92f5a8d4
TL
13run current_function_test.cpp
14 : : : <test-info>always_show_run_output ;
b32b8144
FG
15run verify_test.cpp ;
16run assert_is_void_test.cpp ;
17
18# expansion tests are in exp/ so that there is a backslash in the path on Windows
19run exp/assert_exp_test.cpp ;
20run exp/assert_msg_exp_test.cpp ;
21run exp/verify_exp_test.cpp ;
22run exp/verify_msg_exp_test.cpp ;
23run assert_test2.cpp ;
24run assert_msg_test2.cpp ;
25
26# quick test (for CI)
27run quick.cpp ;
92f5a8d4
TL
28
29run current_function_test2.cpp ;