Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68084 - in trunk/libs/ratio/test: . ratio_extensions
From: vicente.botet_at_[hidden]
Date: 2011-01-13 01:01:49


Author: viboes
Date: 2011-01-13 01:01:47 EST (Thu, 13 Jan 2011)
New Revision: 68084
URL: http://svn.boost.org/trac/boost/changeset/68084

Log:
Boost.Ratio: Added tests for added mpl files

Added:
   trunk/libs/ratio/test/ratio_extensions/mpl_arithmetic_pass.cpp (contents, props changed)
   trunk/libs/ratio/test/ratio_extensions/mpl_comparison_pass.cpp (contents, props changed)
   trunk/libs/ratio/test/ratio_extensions/mpl_rational_constant_pass.cpp (contents, props changed)
Text files modified:
   trunk/libs/ratio/test/Jamfile.v2 | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: trunk/libs/ratio/test/Jamfile.v2
==============================================================================
--- trunk/libs/ratio/test/Jamfile.v2 (original)
+++ trunk/libs/ratio/test/Jamfile.v2 2011-01-13 01:01:47 EST (Thu, 13 Jan 2011)
@@ -106,5 +106,8 @@
         [ compile ratio_extensions/mpl_less_equal_pass.cpp ]
         [ compile ratio_extensions/mpl_greater_pass.cpp ]
         [ compile ratio_extensions/mpl_greater_equal_pass.cpp ]
+ [ compile ratio_extensions/mpl_arithmetic_pass.cpp ]
+ [ compile ratio_extensions/mpl_comparison_pass.cpp ]
+ [ compile ratio_extensions/mpl_rational_constant_pass.cpp ]
 
         ;

Added: trunk/libs/ratio/test/ratio_extensions/mpl_arithmetic_pass.cpp
==============================================================================
--- (empty file)
+++ trunk/libs/ratio/test/ratio_extensions/mpl_arithmetic_pass.cpp 2011-01-13 01:01:47 EST (Thu, 13 Jan 2011)
@@ -0,0 +1,13 @@
+//===----------------------------------------------------------------------===//
+// Copyright 2011 Vicente J. Botet Escriba
+// Distributed under the Boost Software License, Version 1.0.
+// See http://www.boost.org/LICENSE_1_0.txt
+
+#define BOOST_RATIO_EXTENSIONS
+
+#include <boost/ratio/mpl/arithmetic.hpp>
+
+void test()
+{
+
+}

Added: trunk/libs/ratio/test/ratio_extensions/mpl_comparison_pass.cpp
==============================================================================
--- (empty file)
+++ trunk/libs/ratio/test/ratio_extensions/mpl_comparison_pass.cpp 2011-01-13 01:01:47 EST (Thu, 13 Jan 2011)
@@ -0,0 +1,13 @@
+//===----------------------------------------------------------------------===//
+// Copyright 2011 Vicente J. Botet Escriba
+// Distributed under the Boost Software License, Version 1.0.
+// See http://www.boost.org/LICENSE_1_0.txt
+
+#define BOOST_RATIO_EXTENSIONS
+
+#include <boost/ratio/mpl/comparison.hpp>
+
+void test()
+{
+
+}

Added: trunk/libs/ratio/test/ratio_extensions/mpl_rational_constant_pass.cpp
==============================================================================
--- (empty file)
+++ trunk/libs/ratio/test/ratio_extensions/mpl_rational_constant_pass.cpp 2011-01-13 01:01:47 EST (Thu, 13 Jan 2011)
@@ -0,0 +1,13 @@
+//===----------------------------------------------------------------------===//
+// Copyright 2011 Vicente J. Botet Escriba
+// Distributed under the Boost Software License, Version 1.0.
+// See http://www.boost.org/LICENSE_1_0.txt
+
+#define BOOST_RATIO_EXTENSIONS
+
+#include <boost/ratio/mpl/comparison.hpp>
+
+void test()
+{
+
+}


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