-
Notifications
You must be signed in to change notification settings - Fork 1
Home
MorleyDev edited this page Nov 27, 2014
·
13 revisions
Compilation and usage requires a C++11-compliant compiler. At present compilation is known to be possible using:
- G++ 4.6 and higher with the -std=c++0x or -std=c++11 flags
- Visual Studio 12 (2013) and higher
Supports using cmake as a build system. Configure script requires cmake to be installed and on the path.
- main function for running tests
- Simple test fixture
- [Mocking a std::function] (https://gist.github.com/MorleyDev/6029004)