Welcome, Guest! Log In | Create Account

Share

Simple C++ Testing Framework

by jevonwright

A very simple but effective testing framework for C and C++ projects.


http://simplectest.sourceforge.net

Quality Assurance

Project Feed

  • simplectest 0.31 file released: simplectest-0.31.zip

    
                
            
            

    03:39PM on Feb 02 2005

  • simplectest 0.3 file released: simplectest-0.3.zip

    - 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

    11:41AM on Jan 20 2005

  • simplectest 0.3 released

    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.

    10:47PM on Jan 19 2005 by jevonwright

  • simplectest 0.25 file released: simplectest-0.25.zip

    - 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 ...

    04:16PM on Jan 06 2005

  • simplectest 0.25 released

    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 ...

    03:18AM on Jan 06 2005 by jevonwright

  • simplectest 0.2 file released: simplectest-0.2.zip

    - Rewrote most of the readme file
    - Added more comprehensive documentation

    10:41AM on Jan 05 2005

  • simplectest 0.2 released

    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 ...

    09:36PM on Jan 04 2005 by jevonwright

  • simplectest 0.1 file released: simplectest.zip

    - Initial public release

    09:49PM on Dec 17 2004

  • Initial Release

    An initial, preview release (0.1) of the simple C++ testing framework (simplectest) has been released.

    08:54AM on Dec 17 2004 by jevonwright

  • Code committed

    Anonymous committed patchset 1 of module CVSROOT to the Simple C++ Testing Framework CVS repository, changing 11 files

    05:11PM on Dec 16 2004 by nobody

Simple C++ Testing Framework Actions