Moved some components into a detail sub-directory

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@482 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-22 07:00:51 +00:00
parent 24e618ee8c
commit 3ab7fea2a0
26 changed files with 78 additions and 78 deletions

View file

@ -7,8 +7,8 @@
// http://www.boost.org/LICENSE_1_0.txt)
#define BOOST_AUTO_TEST_MAIN
#include "mock_error.hpp"
#include <turtle/function.hpp>
#include "../mock_error.hpp"
#include <turtle/detail/function.hpp>
#include <turtle/constraints.hpp>
#include <boost/test/auto_unit_test.hpp>
#define BOOST_LIB_NAME boost_unit_test_framework

View file

@ -6,7 +6,7 @@
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <turtle/invocation.hpp>
#include <turtle/detail/invocation.hpp>
#include <boost/test/auto_unit_test.hpp>
BOOST_AUTO_TEST_CASE( unlimited )

View file

@ -6,7 +6,7 @@
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <turtle/type_name.hpp>
#include <turtle/detail/type_name.hpp>
#include <boost/test/auto_unit_test.hpp>
#include <boost/lexical_cast.hpp>

View file

@ -7,7 +7,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
#include <turtle/constraints.hpp>
#include <turtle/operators.hpp>
#include <turtle/detail/operators.hpp>
#include <boost/test/auto_unit_test.hpp>
BOOST_AUTO_TEST_CASE( all_comparison_constraints_can_be_instanciated )

View file

@ -8,7 +8,7 @@
#include "mock_error.hpp"
#include <turtle/object.hpp>
#include <turtle/function.hpp>
#include <turtle/detail/function.hpp>
#include <boost/test/auto_unit_test.hpp>
namespace

View file

@ -8,7 +8,7 @@
#include "mock_error.hpp"
#include <turtle/sequence.hpp>
#include <turtle/function.hpp>
#include <turtle/detail/function.hpp>
#include <boost/test/auto_unit_test.hpp>
BOOST_AUTO_TEST_CASE( registering_to_a_sequence_and_calling_out_of_order_throws )