]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/timer/test/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / timer / test / Jamfile.v2
1 # Boost Timer Library test Jamfile
2
3 # Copyright Beman Dawes 2003, 2006, 2011
4
5 # Distributed under the Boost Software License, Version 1.0.
6 # See http://www.boost.org/LICENSE_1_0.txt
7
8 # See library home page at http://www.boost.org/libs/timer
9
10 import testing ;
11
12 path-constant parent : .. ; # so that inspect will start in boost-root/libs/timer
13 # when run from another directory, such as boost-root/status
14
15 project
16 : requirements
17 <library>/boost/timer//boost_timer
18 ;
19
20 run ../example/auto_cpu_timer_example.cpp : : : <test-info>always_show_run_output ;
21
22 run cpu_timer_info.cpp : : : <test-info>always_show_run_output ;
23 run cpu_timer_test.cpp : : : <test-info>always_show_run_output ;
24
25 run ../example/timex.cpp : echo "Hello, world" : : <test-info>always_show_run_output ;
26
27 compile original_timer_test.cpp ;
28 run chrono_conflict_test.cpp /boost/chrono//boost_chrono : : : <link>static ;
29
30 run progress_display_test.cpp ;
31
32 run /boost/tools/inspect//inspect/<variant>release : $(parent) -text -brief : : <test-info>always_show_run_output : inspect ;
33 explicit inspect ;