From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- src/boost/libs/timer/test/Jamfile.v2 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/boost/libs/timer/test/Jamfile.v2 (limited to 'src/boost/libs/timer/test/Jamfile.v2') diff --git a/src/boost/libs/timer/test/Jamfile.v2 b/src/boost/libs/timer/test/Jamfile.v2 new file mode 100644 index 00000000..154cbb7c --- /dev/null +++ b/src/boost/libs/timer/test/Jamfile.v2 @@ -0,0 +1,33 @@ +# Boost Timer Library test Jamfile + +# Copyright Beman Dawes 2003, 2006, 2011 + +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt + +# See library home page at http://www.boost.org/libs/timer + +import testing ; + +path-constant parent : .. ; # so that inspect will start in boost-root/libs/timer + # when run from another directory, such as boost-root/status + +project + : requirements + /boost/timer//boost_timer + ; + +run ../example/auto_cpu_timer_example.cpp : : : always_show_run_output ; + +run cpu_timer_info.cpp : : : always_show_run_output ; +run cpu_timer_test.cpp : : : always_show_run_output ; + +run ../example/timex.cpp : echo "Hello, world" : : always_show_run_output ; + +compile original_timer_test.cpp ; +run chrono_conflict_test.cpp /boost/chrono//boost_chrono : : : static ; + +run progress_display_test.cpp ; + +run /boost/tools/inspect//inspect/release : $(parent) -text -brief : : always_show_run_output : inspect ; +explicit inspect ; -- cgit v1.2.3