make the catch tests build faster (#5284)

* reorg the catch tests
the goal here is to make the builds faster

* make that easier
This commit is contained in:
Greg Landrum
2022-05-17 04:39:33 +02:00
committed by GitHub
parent 705ac553f4
commit 594c58f86c
32 changed files with 38 additions and 93 deletions

View File

@@ -7,13 +7,12 @@
// which is included in the file license.txt, found at the root
// of the RDKit source tree.
//
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do
// this in one cpp file
#include "catch.hpp"
#include <RDGeneral/test.h>
#include "Conrec.h"
#include <iostream>
#include <fstream>
#include "Conrec.h"
#include <RDGeneral/Invariant.h>
#include <RDGeneral/RDLog.h>
#include <cmath>