Patrick Audley // Identity Collected

URI
Last Modifed (approximate)
Sun, 27 Nov 2011 20:00:00 -0800
Author
Publisher
Blackcat Systems
Language
en-GB

Bench GCC

Tired of guessing which compiler flags work best for your pet projects?

bench_gcc allows you to test the effect of different compiler flag (and compilers if you wish) on your source using real world tests. All you need is a target program (with source) and a scriptable test case.

C++ Unit Testing Macros

Simple framework for integrating unit tests into C++ source files. Also contains some benchmarking routines and documentation on how to integrate it with automake.

This is just a refactoring of private code that I’ve used in several projects and have found useful &emdash; it’s not a substitute for a larger framework like CppUnit.