Move catch2 into contrib, update to current version

This way it can be included as system include and is easier to set apart
in coverage checks etc.
This commit is contained in:
Jochen Topf
2019-11-20 12:14:00 +01:00
parent 9eee1ba07b
commit 56927b8cfb
34 changed files with 1551 additions and 754 deletions

View File

@ -1,4 +1,4 @@
#include "catch.hpp"
#include <catch.hpp>
#include "node-persistent-cache.hpp"
#include "options.hpp"