C++ mock object library for Boost http://turtle.sourceforge.net
Find a file
Alexander Grund 8530f691a1
Reduce amount of compilations
Remove defined_[12].cpp from all but 1 test per test file
This reduces the amount of compilations by 2*25=50 per configuration for a total of 200 (debug/release, static/shared)
2020-04-18 13:59:01 +02:00
build Speed up appveyor build 2020-04-18 12:49:12 +02:00
doc Made example method actually protected 2019-04-11 11:04:52 +02:00
include/turtle Fix another unused variable warning 2020-04-17 20:31:32 +02:00
test Reduce amount of compilations 2020-04-18 13:59:01 +02:00
.gitattributes Added docker files for gcc and clang development environments 2018-04-08 15:16:49 +02:00
.gitignore Add CMake files 2019-12-28 13:58:24 +01:00
.travis.yml Parallel build on travis 2020-04-18 12:49:12 +02:00
appveyor.yml Speed up appveyor build 2020-04-18 12:49:12 +02:00
CMakeLists.txt Add CMake files 2019-12-28 13:58:24 +01:00
Config.cmake.in Add CMake files 2019-12-28 13:58:24 +01:00
index.html Changed layout to match boost 2015-03-06 06:41:12 +01:00
Jamfile.v2 Changed layout to match boost 2015-03-06 06:41:12 +01:00
Jamroot.jam Changed layout to match boost 2015-03-06 06:41:12 +01:00
LICENSE_1_0.txt Changed layout to match boost 2015-03-06 06:41:12 +01:00
README.md Added appveyor build script 2018-03-09 06:42:08 +01:00

Turtle

Turtle is a C++ mock object library based on Boost with a focus on usability, simplicity and flexibility.

Distributed under the Boost Software License, Version 1.0.

Build Status Build status Coverage Status