Files
rdkit/Code/GraphMol/catch_main.cpp
Greg Landrum b946956375 add stereocare support to adjustQueryProperties
make building the catch2 tests faster for the GraphMol package
2020-01-29 11:22:58 +01:00

13 lines
415 B
C++

//
// Copyright (C) 2020 Greg Landrum
// @@ All Rights Reserved @@
// This file is part of the RDKit.
// The contents are covered by the terms of the BSD license
// 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"