Skip to content

An adapter repository to plug the Catch Unit Testing library into the NJOY21 build system

License

Notifications You must be signed in to change notification settings

njoy/catch-adapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catch-adapter

A repository which adapts the Catch Unit Test project for use in the NJOY21 build scheme.

Git Subtree

This repository uses a git subtree for the directory src. The remote from which the subtree is made is located at https://github.com/catchorg/Catch2.git. Equivalently, you can use the ssh location at [email protected]:catchorg/Catch2.git.

To facilitate updating the subtree when it gets updated upstream, do the following:

# This only needs to be done once
git remote add catch https://github.com/catchorg/Catch2.git

# Do this when you need to update the subtree
git subtree pull --prefix=src catch Catch1.x --squash

License

The code contained in this directory is covered by the license contained in the LICENSE file. The code contained in the src directory is contained in its own LICENSE.

About

An adapter repository to plug the Catch Unit Testing library into the NJOY21 build system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.5%
  • Python 7.4%
  • CMake 2.2%
  • CSS 1.0%
  • C 0.4%
  • HTML 0.4%
  • Ruby 0.1%