Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 950 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 950 Bytes

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 git@github.com: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.