by jevonwright
A very simple but effective testing framework for C and C++ projects.
- Test suites are now individually runnable - Included a simple Makefile for simple.c - Decreased floating point epsilon - Removed more unused variable warnings - Expanded on comments in tests.h - TESTING_MODE is defined when tests.h is included
Version 0.3 of the simple C++ testing framework (simplectest) has been released. This version provides the ability to run test suites independently, and cleans up the framework source code.
- Added "break on failure" and "exit on failure" configuration options - Removed unused variable compilation warnings - Added more floating point assertion commands: ASSERT_GT(), ASSERT_LT(), etc. - Added FAIL() macro - Added TESTS_BREAK() and ...
An improved version of the simple C++ testing framework (simplectest) has been released. This version provides more control over test execution (for example, stopping tests when a failure occurs), and also adds some basic configuration options. The ...
- Rewrote most of the readme file - Added more comprehensive documentation
An improved version of the simple C++ testing framework (simplectest) has been released. This version adds much more information to the readme file, as well as a more informative tutorial to writing your first tests. The homepage wiki is also much more ...
- Initial public release
An initial, preview release (0.1) of the simple C++ testing framework (simplectest) has been released.
Anonymous committed patchset 1 of module CVSROOT to the Simple C++ Testing Framework CVS repository, changing 11 files
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use