Moved applications/turtle_bench to tests/bench_test

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@325 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-05-11 20:08:19 +00:00
parent 8b5623bc1d
commit 4c013650ed
14 changed files with 19 additions and 19 deletions

View file

@ -0,0 +1,5 @@
import template-profile ;
template-profile turtle_bench : turtle_bench.cpp
: <include>../../libraries
: <include>d:\\dev\\include
;

View file

View file

@ -0,0 +1,14 @@
//
// Copyright Mathieu Champlon 2011
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
#include <turtle/mock.hpp>
int main()
{
return 0;
}

View file

@ -0,0 +1,10 @@
//
// Copyright Mathieu Champlon 2011
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
#define MOCK_MAX_ARGS 10
#include <turtle/mock.hpp>

View file

@ -0,0 +1,10 @@
//
// Copyright Mathieu Champlon 2011
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
#define MOCK_MAX_ARGS 20
#include <turtle/mock.hpp>

View file

@ -0,0 +1,10 @@
//
// Copyright Mathieu Champlon 2011
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
#define MOCK_MAX_ARGS 30
#include <turtle/mock.hpp>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff