mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Renaming
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@4 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
2158163a27
commit
0da9eb6458
5 changed files with 10 additions and 13 deletions
|
|
@ -188,6 +188,10 @@
|
||||||
RelativePath="..\..\src\libraries\turtle\matcher.hpp"
|
RelativePath="..\..\src\libraries\turtle\matcher.hpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\libraries\turtle\mock.hpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\libraries\turtle\node.hpp"
|
RelativePath="..\..\src\libraries\turtle\node.hpp"
|
||||||
>
|
>
|
||||||
|
|
@ -212,10 +216,6 @@
|
||||||
RelativePath="..\..\src\libraries\turtle\sequence.hpp"
|
RelativePath="..\..\src\libraries\turtle\sequence.hpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\src\libraries\turtle\tools.hpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\libraries\turtle\verifiable.hpp"
|
RelativePath="..\..\src\libraries\turtle\verifiable.hpp"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -208,6 +208,10 @@
|
||||||
RelativePath="..\..\src\tests\turtle_test\invocation_test.cpp"
|
RelativePath="..\..\src\tests\turtle_test\invocation_test.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\tests\turtle_test\mock_test.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\tests\turtle_test\object_test.cpp"
|
RelativePath="..\..\src\tests\turtle_test\object_test.cpp"
|
||||||
>
|
>
|
||||||
|
|
@ -228,10 +232,6 @@
|
||||||
RelativePath="..\..\src\tests\turtle_test\sequence_test.cpp"
|
RelativePath="..\..\src\tests\turtle_test\sequence_test.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\src\tests\turtle_test\tools_test.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <turtle/tools.hpp>
|
#include <turtle/mock.hpp>
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
#include <boost/mpl/equal.hpp>
|
#include <boost/mpl/equal.hpp>
|
||||||
|
|
||||||
|
|
@ -6,10 +6,7 @@
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <turtle/object.hpp>
|
#include <turtle/mock.hpp>
|
||||||
#include <turtle/expectation.hpp>
|
|
||||||
#include <turtle/constraint.hpp>
|
|
||||||
#include <turtle/tools.hpp>
|
|
||||||
|
|
||||||
#include <boost/test/auto_unit_test.hpp>
|
#include <boost/test/auto_unit_test.hpp>
|
||||||
#define BOOST_LIB_NAME boost_unit_test_framework
|
#define BOOST_LIB_NAME boost_unit_test_framework
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue