switch to catch2 v3 (#6898)

* switch to catch2 v3
Fixes #6894

* fix a couple of problems noticed in the CI builds

* more warning cleanup

* changes in response to review
This commit is contained in:
Greg Landrum
2023-11-15 06:45:42 +01:00
committed by GitHub
parent dd2ffd3b03
commit 2957ab4576
58 changed files with 161 additions and 183 deletions

View File

@@ -7,7 +7,7 @@
// which is included in the file license.txt, found at the root
// of the RDKit source tree.
//
#include "catch.hpp"
#include <catch2/catch_all.hpp>
#include <RDGeneral/test.h>
#include <iostream>