|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74548 - trunk/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2011-09-24 11:58:36
Author: viboes
Date: 2011-09-24 11:58:35 EDT (Sat, 24 Sep 2011)
New Revision: 74548
URL: http://svn.boost.org/trac/boost/changeset/74548
Log:
Chrono: Split test suites
Text files modified:
trunk/libs/chrono/test/Jamfile.v2 | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2 (original)
+++ trunk/libs/chrono/test/Jamfile.v2 2011-09-24 11:58:35 EDT (Sat, 24 Sep 2011)
@@ -244,18 +244,25 @@
test-suite "stopwatch"
:
[ chrono-run2-mt stopwatch/simple_stopwatch_pass.cpp : simple_stopwatch_pass ]
+ ;
+
+ test-suite "stopwatch_ex"
+ :
[ chrono-run ../example/stopwatch_example.cpp ]
;
test-suite "stopclock"
:
- [ chrono-run2-mt ../example/lightweight_stopwatch_reporter_example.cpp : lightweight_stopwatch_reporter_example ]
- [ chrono-run2-mt ../example/stopwatch_reporter_example.cpp : stopwatch_reporter_example ]
[ chrono-run2-mt stopwatch/simple_stopwatch_reporter_pass.cpp : simple_stopwatch_reporter_pass ]
[ chrono-run2-mt stopwatch/simple_lightweight_stopwatch_reporter_pass.cpp : simple_lightweight_stopwatch_reporter_pass ]
;
+ test-suite "stopclock_ex"
+ :
+ [ chrono-run2-mt ../example/lightweight_stopwatch_reporter_example.cpp : lightweight_stopwatch_reporter_example ]
+ [ chrono-run2-mt ../example/stopwatch_reporter_example.cpp : stopwatch_reporter_example ]
+ ;
- test-suite "io"
+ test-suite "io_ex"
:
[ chrono-run-mt ../example/io_ex1.cpp ]
[ chrono-run ../example/io_ex2.cpp ]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk