Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the Catch header
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 30 Jan 2019 23:39:49 +0000 (00:39 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 30 Jan 2019 23:39:53 +0000 (00:39 +0100)
commitb9d727454356471c46ff68c5568fc2663bb7b0e3
tree71c9f379bcf5da0ea9eee4b04cecaa90cd91ef65
parent362722dbe49ac72a11b8c459ceeb77737681990a
Add the Catch header

This is a header-only library for unit-testing. Including the header
in our project is the recommended way of using it. No need to test for
its presence, then.

Boost::unit_test_framework shall soon vanish from our tree. Testing
for its presence is too bothersome, and Catch seems easier to use
anyway.
COPYING
src/include/catch.hpp [new file with mode: 0644]
tools/cmake/DefinePackages.cmake