Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
/ Catch2 Public archive
forked from catchorg/Catch2

A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)

License

Notifications You must be signed in to change notification settings

PaladinAI/Catch2

 
 

Repository files navigation

Catch2

Catch2 is a C++ test framework used by the Collector, Local Agent and Platform.

Syncing with the upstream master branch

First, make sure the upstream remote is configured:

git remote -v

# If the upstream remote doesn't exist, add it:
git remote add upstream https://github.com/catchorg/Catch2.git

Then merge the upstream changes from the master branch:

git fetch upstream
git checkout develop
git merge upstream/master

Publishing to the Conan server

To update the package, update the version number in conanfile.py then run:

conan export-pkg . Catch/2.4.1@paladin/develop --build-folder=Build
conan upload Catch/2.4.1@paladin/develop -r paladin

About

A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.8%
  • CMake 5.7%
  • Python 4.0%
  • Objective-C++ 0.5%
  • C 0.4%
  • Roff 0.2%
  • Other 0.4%