|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74560 - trunk/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2011-09-25 07:53:29
Author: viboes
Date: 2011-09-25 07:53:27 EDT (Sun, 25 Sep 2011)
New Revision: 74560
URL: http://svn.boost.org/trac/boost/changeset/74560
Log:
Chrono: Added some duration io tests
Text files modified:
trunk/libs/chrono/test/Jamfile.v2 | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2 (original)
+++ trunk/libs/chrono/test/Jamfile.v2 2011-09-25 07:53:27 EDT (Sun, 25 Sep 2011)
@@ -271,6 +271,12 @@
[ chrono-run ../example/io_ex5.cpp ]
;
+ test-suite "io"
+ :
+ [ chrono-run io/duration_input.cpp ]
+ [ chrono-run io/duration_output.cpp ]
+ ;
+
test-suite "win32"
:
[ chrono-run win32_test.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