]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
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
11fdf7f2
TL
10import testing ;
11
7c673cae
FG
12path-constant parent : .. ; # so that inspect will start in boost-root/libs/timer
13 # when run from another directory, such as boost-root/status
14
15project
16 : requirements
17 <library>/boost/timer//boost_timer
7c673cae
FG
18 ;
19
92f5a8d4
TL
20run ../example/auto_cpu_timer_example.cpp : : : <test-info>always_show_run_output ;
21
22run cpu_timer_info.cpp : : : <test-info>always_show_run_output ;
23run cpu_timer_test.cpp : : : <test-info>always_show_run_output ;
24
25run ../example/timex.cpp : echo "Hello, world" : : <test-info>always_show_run_output ;
26
27compile original_timer_test.cpp ;
28run chrono_conflict_test.cpp /boost/chrono//boost_chrono : : : <link>static ;
29
30run progress_display_test.cpp ;
31
32run /boost/tools/inspect//inspect/<variant>release : $(parent) -text -brief : : <test-info>always_show_run_output : inspect ;
33explicit inspect ;