Skip to content

matzke1/unit-testing-frameworks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unit Testing Frameworks

This project contains a number of demo unit testing workspaces in order to perform an apples-to-apples comparison of different unit testing frameworks.

Each unit testing workspace consists of a number of subdirectories, one for each framework being compared. Each framework's workspace contains a README file and a Makefile with targets make, make check, and make clean:

$ cd #-TestDirectory/
$ cd unit-testing-framework-directory/

$ make
$ make check
$ make clean

Note: ROSE_HOME must be set to the directory where you installed ROSE. In other words, the path used during ROSE configuration: ROSE/configure --prefix=/path/for/your/rose/installation.

About

Demo workspace for comparing unit testing frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • Makefile 2.5%
  • Other 0.5%