mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* get fileparsers catch tests building faster should use this same approach across all of the catch2 tests * Fixes #2916 * support parsing of STBOX for atoms and bonds in v3K mol files add molStereoCare to common_properties STBOX is translated to the molStereoCare property * add stereocare support to adjustQueryProperties make building the catch2 tests faster for the GraphMol package * copy in AdjustQueryParameters JSON parsing from adapter.cpp (That still needs to be ported to use the new code) * get the cartridge using the new parsing code * update test to reflect new parser behavior * add a v2000 test * changes in response to review
13 lines
415 B
C++
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"
|