Skip to content

MasterTaffer/CxxTestTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CxxTestTest

CxxTest

Generate tests with

cxxtestgen --error-printer basketTest.hpp vector2Test.hpp -o ./testRunner.cpp

and compile the output with your favorite c++14 compliant compiler (such as modern versions of clang++ or g++)

clang++ --std=c++14 ./testRunner.cpp -o testRunner

and run

./testRunner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages