diff --git a/Code/ChemicalFeatures/testChemicalFeatures.cpp b/Code/ChemicalFeatures/testChemicalFeatures.cpp index 5a120be1a..31f32c0a2 100644 --- a/Code/ChemicalFeatures/testChemicalFeatures.cpp +++ b/Code/ChemicalFeatures/testChemicalFeatures.cpp @@ -10,7 +10,7 @@ // // -#include +#include #include "FreeChemicalFeature.h" #include #include diff --git a/Code/DataManip/MetricMatrixCalc/testMatCalc.cpp b/Code/DataManip/MetricMatrixCalc/testMatCalc.cpp index 8f1315b7e..8d447ab72 100644 --- a/Code/DataManip/MetricMatrixCalc/testMatCalc.cpp +++ b/Code/DataManip/MetricMatrixCalc/testMatCalc.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include "MetricFuncs.h" #include "MetricMatrixCalc.h" diff --git a/Code/DataStructs/testDatastructs.cpp b/Code/DataStructs/testDatastructs.cpp index 51b5873ba..bf0e12fc3 100644 --- a/Code/DataStructs/testDatastructs.cpp +++ b/Code/DataStructs/testDatastructs.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/DataStructs/testFPB.cpp b/Code/DataStructs/testFPB.cpp index d451da382..4e266a9bc 100644 --- a/Code/DataStructs/testFPB.cpp +++ b/Code/DataStructs/testFPB.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/DataStructs/testMultiFPB.cpp b/Code/DataStructs/testMultiFPB.cpp index 28c0ae816..385f4e58b 100644 --- a/Code/DataStructs/testMultiFPB.cpp +++ b/Code/DataStructs/testMultiFPB.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/Demos/RDKit/Basement/BinaryIO/iotest.cpp b/Code/Demos/RDKit/Basement/BinaryIO/iotest.cpp index 4037c7844..32cfbbced 100644 --- a/Code/Demos/RDKit/Basement/BinaryIO/iotest.cpp +++ b/Code/Demos/RDKit/Basement/BinaryIO/iotest.cpp @@ -8,7 +8,7 @@ // of that library. // -#include +#include #include #include diff --git a/Code/DistGeom/testDistGeom.cpp b/Code/DistGeom/testDistGeom.cpp index 1515dc061..755498f12 100644 --- a/Code/DistGeom/testDistGeom.cpp +++ b/Code/DistGeom/testDistGeom.cpp @@ -9,7 +9,7 @@ // of the RDKit source tree. // -#include +#include #include "BoundsMatrix.h" #include "TriangleSmooth.h" #include diff --git a/Code/Features/testFeatures.cpp b/Code/Features/testFeatures.cpp index fbdf77cb6..356b14928 100644 --- a/Code/Features/testFeatures.cpp +++ b/Code/Features/testFeatures.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/ForceField/MMFF/testMMFFForceField.cpp b/Code/ForceField/MMFF/testMMFFForceField.cpp index aa94f5f8b..8d6db32b6 100644 --- a/Code/ForceField/MMFF/testMMFFForceField.cpp +++ b/Code/ForceField/MMFF/testMMFFForceField.cpp @@ -9,7 +9,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/ForceField/UFF/testUFFForceField.cpp b/Code/ForceField/UFF/testUFFForceField.cpp index 40faf4959..cc2c84fb0 100644 --- a/Code/ForceField/UFF/testUFFForceField.cpp +++ b/Code/ForceField/UFF/testUFFForceField.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/Geometry/testGrid.cpp b/Code/Geometry/testGrid.cpp index 2cd61386c..d70bc16a9 100644 --- a/Code/Geometry/testGrid.cpp +++ b/Code/Geometry/testGrid.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include "UniformGrid3D.h" #include #include "point.h" diff --git a/Code/Geometry/testTransforms.cpp b/Code/Geometry/testTransforms.cpp index e09ceb527..eb72dcb2a 100644 --- a/Code/Geometry/testTransforms.cpp +++ b/Code/Geometry/testTransforms.cpp @@ -9,7 +9,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Basement/FeatTrees/testFeatTrees.cpp b/Code/GraphMol/Basement/FeatTrees/testFeatTrees.cpp index 06483ba44..f0e9377ee 100644 --- a/Code/GraphMol/Basement/FeatTrees/testFeatTrees.cpp +++ b/Code/GraphMol/Basement/FeatTrees/testFeatTrees.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/ChemReactions/Enumerate/testEnumerate.cpp b/Code/GraphMol/ChemReactions/Enumerate/testEnumerate.cpp index 1db28de40..a306cd871 100644 --- a/Code/GraphMol/ChemReactions/Enumerate/testEnumerate.cpp +++ b/Code/GraphMol/ChemReactions/Enumerate/testEnumerate.cpp @@ -30,7 +30,7 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -#include +#include #include #include #include diff --git a/Code/GraphMol/ChemReactions/testReaction.cpp b/Code/GraphMol/ChemReactions/testReaction.cpp index 0a2a306e7..ec8fd3d09 100644 --- a/Code/GraphMol/ChemReactions/testReaction.cpp +++ b/Code/GraphMol/ChemReactions/testReaction.cpp @@ -29,7 +29,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -#include +#include #include #include #include diff --git a/Code/GraphMol/ChemReactions/testReactionFingerprints.cpp b/Code/GraphMol/ChemReactions/testReactionFingerprints.cpp index 7c1631aa1..00771c686 100644 --- a/Code/GraphMol/ChemReactions/testReactionFingerprints.cpp +++ b/Code/GraphMol/ChemReactions/testReactionFingerprints.cpp @@ -30,7 +30,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -#include +#include #include #include #include diff --git a/Code/GraphMol/ChemTransforms/testChemTransforms.cpp b/Code/GraphMol/ChemTransforms/testChemTransforms.cpp index 83a5c5758..591247ef8 100644 --- a/Code/GraphMol/ChemTransforms/testChemTransforms.cpp +++ b/Code/GraphMol/ChemTransforms/testChemTransforms.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Depictor/Basement/depictTest.cpp b/Code/GraphMol/Depictor/Basement/depictTest.cpp index 0e44391a4..4347da533 100644 --- a/Code/GraphMol/Depictor/Basement/depictTest.cpp +++ b/Code/GraphMol/Depictor/Basement/depictTest.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include "Depictor.h" diff --git a/Code/GraphMol/Depictor/testDepictor.cpp b/Code/GraphMol/Depictor/testDepictor.cpp index eb8176aff..1a8ea917b 100644 --- a/Code/GraphMol/Depictor/testDepictor.cpp +++ b/Code/GraphMol/Depictor/testDepictor.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Descriptors/test.cpp b/Code/GraphMol/Descriptors/test.cpp index b715286ef..e416b17a4 100644 --- a/Code/GraphMol/Descriptors/test.cpp +++ b/Code/GraphMol/Descriptors/test.cpp @@ -8,7 +8,7 @@ // of the RDKit source tree. // -#include +#include #include #include diff --git a/Code/GraphMol/Descriptors/test3D.cpp b/Code/GraphMol/Descriptors/test3D.cpp index 75bfdef02..3dc73948c 100644 --- a/Code/GraphMol/Descriptors/test3D.cpp +++ b/Code/GraphMol/Descriptors/test3D.cpp @@ -13,7 +13,7 @@ #define _CRT_SECURE_NO_WARNINGS #endif -#include +#include #include #include diff --git a/Code/GraphMol/Descriptors/testAUTOCORR2D.cpp b/Code/GraphMol/Descriptors/testAUTOCORR2D.cpp index d8c93e346..71751d155 100644 --- a/Code/GraphMol/Descriptors/testAUTOCORR2D.cpp +++ b/Code/GraphMol/Descriptors/testAUTOCORR2D.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Descriptors/testAUTOCORR3D.cpp b/Code/GraphMol/Descriptors/testAUTOCORR3D.cpp index ef2fe32a3..a45a43eb1 100644 --- a/Code/GraphMol/Descriptors/testAUTOCORR3D.cpp +++ b/Code/GraphMol/Descriptors/testAUTOCORR3D.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Descriptors/testEEM.cpp b/Code/GraphMol/Descriptors/testEEM.cpp index 6c368e347..a488e8aaf 100644 --- a/Code/GraphMol/Descriptors/testEEM.cpp +++ b/Code/GraphMol/Descriptors/testEEM.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Descriptors/testGETAWAY.cpp b/Code/GraphMol/Descriptors/testGETAWAY.cpp index 0ffa32551..f0dc30392 100644 --- a/Code/GraphMol/Descriptors/testGETAWAY.cpp +++ b/Code/GraphMol/Descriptors/testGETAWAY.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Descriptors/testMORSE.cpp b/Code/GraphMol/Descriptors/testMORSE.cpp index 81d7e5729..9e2424419 100644 --- a/Code/GraphMol/Descriptors/testMORSE.cpp +++ b/Code/GraphMol/Descriptors/testMORSE.cpp @@ -8,7 +8,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Descriptors/testPBF.cpp b/Code/GraphMol/Descriptors/testPBF.cpp index 185b3fea7..4b367c5cd 100644 --- a/Code/GraphMol/Descriptors/testPBF.cpp +++ b/Code/GraphMol/Descriptors/testPBF.cpp @@ -8,7 +8,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Descriptors/testRDF.cpp b/Code/GraphMol/Descriptors/testRDF.cpp index 8f8212d35..dd5ba0d5f 100644 --- a/Code/GraphMol/Descriptors/testRDF.cpp +++ b/Code/GraphMol/Descriptors/testRDF.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Descriptors/testWHIM.cpp b/Code/GraphMol/Descriptors/testWHIM.cpp index b5a015f7a..fcf8c09ad 100644 --- a/Code/GraphMol/Descriptors/testWHIM.cpp +++ b/Code/GraphMol/Descriptors/testWHIM.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/DistGeomHelpers/testDgeomHelpers.cpp b/Code/GraphMol/DistGeomHelpers/testDgeomHelpers.cpp index ed3619a3b..59ed83b31 100644 --- a/Code/GraphMol/DistGeomHelpers/testDgeomHelpers.cpp +++ b/Code/GraphMol/DistGeomHelpers/testDgeomHelpers.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/FMCS/Test/testFMCS.cpp b/Code/GraphMol/FMCS/Test/testFMCS.cpp index 9b69a9a41..f4429e59a 100644 --- a/Code/GraphMol/FMCS/Test/testFMCS.cpp +++ b/Code/GraphMol/FMCS/Test/testFMCS.cpp @@ -31,7 +31,7 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // #ifdef _WIN32 -#include +#include #include #else #include diff --git a/Code/GraphMol/FMCS/testFMCS_Unit.cpp b/Code/GraphMol/FMCS/testFMCS_Unit.cpp index 4609a01dc..eb9f8180d 100644 --- a/Code/GraphMol/FMCS/testFMCS_Unit.cpp +++ b/Code/GraphMol/FMCS/testFMCS_Unit.cpp @@ -30,7 +30,7 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // #ifdef _WIN32 -#include +#include #include #else #include diff --git a/Code/GraphMol/FileParsers/catch_tests.cpp b/Code/GraphMol/FileParsers/catch_tests.cpp index df2be95e9..8f44a264e 100644 --- a/Code/GraphMol/FileParsers/catch_tests.cpp +++ b/Code/GraphMol/FileParsers/catch_tests.cpp @@ -9,7 +9,7 @@ #define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do // this in one cpp file -#include "RDBoost/test.h" +#include "RDGeneral/test.h" #include "catch.hpp" #include diff --git a/Code/GraphMol/FileParsers/test1.cpp b/Code/GraphMol/FileParsers/test1.cpp index bcd4272ec..d007469c8 100644 --- a/Code/GraphMol/FileParsers/test1.cpp +++ b/Code/GraphMol/FileParsers/test1.cpp @@ -7,7 +7,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/FileParsers/testMol2ToMol.cpp b/Code/GraphMol/FileParsers/testMol2ToMol.cpp index 88f1fc904..421ad5633 100644 --- a/Code/GraphMol/FileParsers/testMol2ToMol.cpp +++ b/Code/GraphMol/FileParsers/testMol2ToMol.cpp @@ -32,7 +32,7 @@ // created by Nik Stiefl May 2008 // -#include +#include #include #include #include "FileParsers.h" diff --git a/Code/GraphMol/FileParsers/testMolSupplier.cpp b/Code/GraphMol/FileParsers/testMolSupplier.cpp index 26b6d65b1..d95f5f284 100644 --- a/Code/GraphMol/FileParsers/testMolSupplier.cpp +++ b/Code/GraphMol/FileParsers/testMolSupplier.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/FileParsers/testMolWriter.cpp b/Code/GraphMol/FileParsers/testMolWriter.cpp index f770034d7..8f82b57ef 100644 --- a/Code/GraphMol/FileParsers/testMolWriter.cpp +++ b/Code/GraphMol/FileParsers/testMolWriter.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/FileParsers/testSequence.cpp b/Code/GraphMol/FileParsers/testSequence.cpp index 4b6870b8c..6d866eb73 100644 --- a/Code/GraphMol/FileParsers/testSequence.cpp +++ b/Code/GraphMol/FileParsers/testSequence.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/Code/GraphMol/FileParsers/testTpls.cpp b/Code/GraphMol/FileParsers/testTpls.cpp index 9a2921762..4613edf14 100644 --- a/Code/GraphMol/FileParsers/testTpls.cpp +++ b/Code/GraphMol/FileParsers/testTpls.cpp @@ -8,7 +8,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include "FileParsers.h" diff --git a/Code/GraphMol/FilterCatalog/filtercatalogtest.cpp b/Code/GraphMol/FilterCatalog/filtercatalogtest.cpp index 40b7aa5af..ef24a2add 100644 --- a/Code/GraphMol/FilterCatalog/filtercatalogtest.cpp +++ b/Code/GraphMol/FilterCatalog/filtercatalogtest.cpp @@ -28,7 +28,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Fingerprints/test1.cpp b/Code/GraphMol/Fingerprints/test1.cpp index a0365ca18..7d81c54f8 100644 --- a/Code/GraphMol/Fingerprints/test1.cpp +++ b/Code/GraphMol/Fingerprints/test1.cpp @@ -8,7 +8,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/ForceFieldHelpers/CrystalFF/testCrystalFF.cpp b/Code/GraphMol/ForceFieldHelpers/CrystalFF/testCrystalFF.cpp index 4842fe48c..e524b500c 100644 --- a/Code/GraphMol/ForceFieldHelpers/CrystalFF/testCrystalFF.cpp +++ b/Code/GraphMol/ForceFieldHelpers/CrystalFF/testCrystalFF.cpp @@ -9,7 +9,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/ForceFieldHelpers/MMFF/testMMFFHelpers.cpp b/Code/GraphMol/ForceFieldHelpers/MMFF/testMMFFHelpers.cpp index 91a630021..e9147b6a7 100644 --- a/Code/GraphMol/ForceFieldHelpers/MMFF/testMMFFHelpers.cpp +++ b/Code/GraphMol/ForceFieldHelpers/MMFF/testMMFFHelpers.cpp @@ -8,7 +8,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/ForceFieldHelpers/UFF/testUFFHelpers.cpp b/Code/GraphMol/ForceFieldHelpers/UFF/testUFFHelpers.cpp index 0c3ce9be7..7d9a17176 100644 --- a/Code/GraphMol/ForceFieldHelpers/UFF/testUFFHelpers.cpp +++ b/Code/GraphMol/ForceFieldHelpers/UFF/testUFFHelpers.cpp @@ -8,7 +8,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/FragCatalog/test1.cpp b/Code/GraphMol/FragCatalog/test1.cpp index 88b66660a..1d7fcc187 100644 --- a/Code/GraphMol/FragCatalog/test1.cpp +++ b/Code/GraphMol/FragCatalog/test1.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/MMPA/MMPA_UnitTest.cpp b/Code/GraphMol/MMPA/MMPA_UnitTest.cpp index 4927b90ac..0bbc8f734 100644 --- a/Code/GraphMol/MMPA/MMPA_UnitTest.cpp +++ b/Code/GraphMol/MMPA/MMPA_UnitTest.cpp @@ -31,7 +31,7 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // #ifndef _MSC_VER -#include +#include #include #include #include diff --git a/Code/GraphMol/MolAlign/testMolAlign.cpp b/Code/GraphMol/MolAlign/testMolAlign.cpp index 0798f28d3..9bcc95cca 100644 --- a/Code/GraphMol/MolAlign/testMolAlign.cpp +++ b/Code/GraphMol/MolAlign/testMolAlign.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include "AlignMolecules.h" #include "O3AAlignMolecules.h" #include diff --git a/Code/GraphMol/MolCatalog/test1.cpp b/Code/GraphMol/MolCatalog/test1.cpp index 15001e00d..3fc5bb9cd 100644 --- a/Code/GraphMol/MolCatalog/test1.cpp +++ b/Code/GraphMol/MolCatalog/test1.cpp @@ -2,7 +2,7 @@ // // Copyright (C) 2006 Greg Landrum // -#include +#include #include #include #include diff --git a/Code/GraphMol/MolChemicalFeatures/testFeatures.cpp b/Code/GraphMol/MolChemicalFeatures/testFeatures.cpp index f406ba875..077aceab0 100644 --- a/Code/GraphMol/MolChemicalFeatures/testFeatures.cpp +++ b/Code/GraphMol/MolChemicalFeatures/testFeatures.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/MolDraw2D/rxn_test1.cpp b/Code/GraphMol/MolDraw2D/rxn_test1.cpp index 6fb6a8dbd..b88efd586 100644 --- a/Code/GraphMol/MolDraw2D/rxn_test1.cpp +++ b/Code/GraphMol/MolDraw2D/rxn_test1.cpp @@ -8,7 +8,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/MolDraw2D/test1.cpp b/Code/GraphMol/MolDraw2D/test1.cpp index 433e642e0..e469a4926 100644 --- a/Code/GraphMol/MolDraw2D/test1.cpp +++ b/Code/GraphMol/MolDraw2D/test1.cpp @@ -8,7 +8,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/MolHash/testMolHash.cpp b/Code/GraphMol/MolHash/testMolHash.cpp index f8a2ffd8e..40803ab89 100644 --- a/Code/GraphMol/MolHash/testMolHash.cpp +++ b/Code/GraphMol/MolHash/testMolHash.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/MolInterchange/test1.cpp b/Code/GraphMol/MolInterchange/test1.cpp index 6089083e6..695d0fdbf 100644 --- a/Code/GraphMol/MolInterchange/test1.cpp +++ b/Code/GraphMol/MolInterchange/test1.cpp @@ -6,7 +6,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/MolStandardize/testFragment.cpp b/Code/GraphMol/MolStandardize/testFragment.cpp index 43f29e8bb..fc1bd0706 100644 --- a/Code/GraphMol/MolStandardize/testFragment.cpp +++ b/Code/GraphMol/MolStandardize/testFragment.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/MolTransforms/test1.cpp b/Code/GraphMol/MolTransforms/test1.cpp index 8dccb2bf9..ca671499b 100644 --- a/Code/GraphMol/MolTransforms/test1.cpp +++ b/Code/GraphMol/MolTransforms/test1.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/PartialCharges/test1.cpp b/Code/GraphMol/PartialCharges/test1.cpp index 3596d51af..c7ae676b1 100644 --- a/Code/GraphMol/PartialCharges/test1.cpp +++ b/Code/GraphMol/PartialCharges/test1.cpp @@ -10,7 +10,7 @@ // // std bits -#include +#include #include // RD bits diff --git a/Code/GraphMol/RGroupDecomposition/testRGroupDecomp.cpp b/Code/GraphMol/RGroupDecomposition/testRGroupDecomp.cpp index 071a6ea42..9b9e82c3d 100644 --- a/Code/GraphMol/RGroupDecomposition/testRGroupDecomp.cpp +++ b/Code/GraphMol/RGroupDecomposition/testRGroupDecomp.cpp @@ -28,7 +28,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -#include +#include #include #include #include diff --git a/Code/GraphMol/ReducedGraphs/test1.cpp b/Code/GraphMol/ReducedGraphs/test1.cpp index 54deaccec..2aee9d147 100644 --- a/Code/GraphMol/ReducedGraphs/test1.cpp +++ b/Code/GraphMol/ReducedGraphs/test1.cpp @@ -9,7 +9,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/SLNParse/test.cpp b/Code/GraphMol/SLNParse/test.cpp index 41fb67ae3..c52b6716e 100644 --- a/Code/GraphMol/SLNParse/test.cpp +++ b/Code/GraphMol/SLNParse/test.cpp @@ -32,7 +32,7 @@ // // Created by Greg Landrum September, 2006 // -#include +#include #include #include #include diff --git a/Code/GraphMol/ShapeHelpers/testShapeHelpers.cpp b/Code/GraphMol/ShapeHelpers/testShapeHelpers.cpp index 1374dde7c..713c68bab 100644 --- a/Code/GraphMol/ShapeHelpers/testShapeHelpers.cpp +++ b/Code/GraphMol/ShapeHelpers/testShapeHelpers.cpp @@ -9,7 +9,7 @@ // of the RDKit source tree. // -#include +#include #include #include "ShapeEncoder.h" #include "ShapeUtils.h" diff --git a/Code/GraphMol/SmilesParse/cxsmiles_test.cpp b/Code/GraphMol/SmilesParse/cxsmiles_test.cpp index 758fcb348..9f557ec92 100644 --- a/Code/GraphMol/SmilesParse/cxsmiles_test.cpp +++ b/Code/GraphMol/SmilesParse/cxsmiles_test.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include "SmilesParse.h" diff --git a/Code/GraphMol/SmilesParse/smatest.cpp b/Code/GraphMol/SmilesParse/smatest.cpp index ce37ba6fe..e79170f96 100644 --- a/Code/GraphMol/SmilesParse/smatest.cpp +++ b/Code/GraphMol/SmilesParse/smatest.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include diff --git a/Code/GraphMol/SmilesParse/test.cpp b/Code/GraphMol/SmilesParse/test.cpp index a21e689ad..f04b6a000 100644 --- a/Code/GraphMol/SmilesParse/test.cpp +++ b/Code/GraphMol/SmilesParse/test.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/SmilesParse/test2.cpp b/Code/GraphMol/SmilesParse/test2.cpp index 095b7e432..683f354d7 100644 --- a/Code/GraphMol/SmilesParse/test2.cpp +++ b/Code/GraphMol/SmilesParse/test2.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/StructChecker/testStructChecker.cpp b/Code/GraphMol/StructChecker/testStructChecker.cpp index ffdd0f6db..08f688dd6 100644 --- a/Code/GraphMol/StructChecker/testStructChecker.cpp +++ b/Code/GraphMol/StructChecker/testStructChecker.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include "../RDKitBase.h" #include "../FileParsers/FileParsers.h" //MOL single molecule ! #include "../FileParsers/MolSupplier.h" //SDF diff --git a/Code/GraphMol/Subgraphs/test1.cpp b/Code/GraphMol/Subgraphs/test1.cpp index 7246e8930..b2b5672b7 100644 --- a/Code/GraphMol/Subgraphs/test1.cpp +++ b/Code/GraphMol/Subgraphs/test1.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Subgraphs/test2.cpp b/Code/GraphMol/Subgraphs/test2.cpp index fe56a9421..753052fdb 100644 --- a/Code/GraphMol/Subgraphs/test2.cpp +++ b/Code/GraphMol/Subgraphs/test2.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/Substruct/test1.cpp b/Code/GraphMol/Substruct/test1.cpp index b98021cdb..79c476b36 100644 --- a/Code/GraphMol/Substruct/test1.cpp +++ b/Code/GraphMol/Substruct/test1.cpp @@ -10,7 +10,7 @@ // // std bits -#include +#include #include // RD bits diff --git a/Code/GraphMol/SubstructLibrary/substructLibraryTest.cpp b/Code/GraphMol/SubstructLibrary/substructLibraryTest.cpp index b0d99a3d5..83c0d2841 100644 --- a/Code/GraphMol/SubstructLibrary/substructLibraryTest.cpp +++ b/Code/GraphMol/SubstructLibrary/substructLibraryTest.cpp @@ -10,7 +10,7 @@ // // std bits -#include +#include #include // RD bits diff --git a/Code/GraphMol/Trajectory/trajectoryTest.cpp b/Code/GraphMol/Trajectory/trajectoryTest.cpp index 07b0e2f7e..5040a4350 100644 --- a/Code/GraphMol/Trajectory/trajectoryTest.cpp +++ b/Code/GraphMol/Trajectory/trajectoryTest.cpp @@ -9,7 +9,7 @@ // of the RDKit source tree. // -#include +#include #include "Trajectory.h" #include #include diff --git a/Code/GraphMol/bulktest.cpp b/Code/GraphMol/bulktest.cpp index b6dbcee29..81d1e8c62 100644 --- a/Code/GraphMol/bulktest.cpp +++ b/Code/GraphMol/bulktest.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/cptest.cpp b/Code/GraphMol/cptest.cpp index 2a00b862d..136ad3039 100644 --- a/Code/GraphMol/cptest.cpp +++ b/Code/GraphMol/cptest.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/hanoitest.cpp b/Code/GraphMol/hanoitest.cpp index 275e9b5e5..842ffb8f8 100644 --- a/Code/GraphMol/hanoitest.cpp +++ b/Code/GraphMol/hanoitest.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/itertest.cpp b/Code/GraphMol/itertest.cpp index ea402487e..12d0fc865 100644 --- a/Code/GraphMol/itertest.cpp +++ b/Code/GraphMol/itertest.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/memtest1.cpp b/Code/GraphMol/memtest1.cpp index 88e4f7c4f..8bfd15e67 100644 --- a/Code/GraphMol/memtest1.cpp +++ b/Code/GraphMol/memtest1.cpp @@ -9,7 +9,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/molopstest.cpp b/Code/GraphMol/molopstest.cpp index 51ad2af7c..dff3d2840 100644 --- a/Code/GraphMol/molopstest.cpp +++ b/Code/GraphMol/molopstest.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/querytest.cpp b/Code/GraphMol/querytest.cpp index 68f2398dc..363a0a46b 100644 --- a/Code/GraphMol/querytest.cpp +++ b/Code/GraphMol/querytest.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/resMolSupplierTest.cpp b/Code/GraphMol/resMolSupplierTest.cpp index c29e62092..e89e760ba 100644 --- a/Code/GraphMol/resMolSupplierTest.cpp +++ b/Code/GraphMol/resMolSupplierTest.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include diff --git a/Code/GraphMol/sanitTest.cpp b/Code/GraphMol/sanitTest.cpp index 57b4a483e..e5ee20cd2 100644 --- a/Code/GraphMol/sanitTest.cpp +++ b/Code/GraphMol/sanitTest.cpp @@ -9,7 +9,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/test-valgrind.cpp b/Code/GraphMol/test-valgrind.cpp index bbcba7133..717419333 100644 --- a/Code/GraphMol/test-valgrind.cpp +++ b/Code/GraphMol/test-valgrind.cpp @@ -8,7 +8,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/test1.cpp b/Code/GraphMol/test1.cpp index ade61ace8..ce138d554 100644 --- a/Code/GraphMol/test1.cpp +++ b/Code/GraphMol/test1.cpp @@ -8,7 +8,7 @@ // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/testCanon.cpp b/Code/GraphMol/testCanon.cpp index b8ad0e791..a44a7e580 100644 --- a/Code/GraphMol/testCanon.cpp +++ b/Code/GraphMol/testCanon.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/testChirality.cpp b/Code/GraphMol/testChirality.cpp index 4de2571d6..a00199b36 100644 --- a/Code/GraphMol/testChirality.cpp +++ b/Code/GraphMol/testChirality.cpp @@ -10,7 +10,7 @@ // // There are chirality test cases spread all over the place. Many of the // tests here are repeats, but it's good to have everything in one place. -#include +#include #include #include #include diff --git a/Code/GraphMol/testMolBundle.cpp b/Code/GraphMol/testMolBundle.cpp index 093761f71..4850d3c58 100644 --- a/Code/GraphMol/testMolBundle.cpp +++ b/Code/GraphMol/testMolBundle.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/testPickler.cpp b/Code/GraphMol/testPickler.cpp index 1887b909a..c9b395d43 100644 --- a/Code/GraphMol/testPickler.cpp +++ b/Code/GraphMol/testPickler.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/GraphMol/testPicklerGlobalSettings.cpp b/Code/GraphMol/testPicklerGlobalSettings.cpp index 8918e1a5d..0023c331a 100644 --- a/Code/GraphMol/testPicklerGlobalSettings.cpp +++ b/Code/GraphMol/testPicklerGlobalSettings.cpp @@ -29,7 +29,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // -#include +#include #include #include #include diff --git a/Code/Numerics/Alignment/testAlignment.cpp b/Code/Numerics/Alignment/testAlignment.cpp index 8ad02e2fc..213f79518 100644 --- a/Code/Numerics/Alignment/testAlignment.cpp +++ b/Code/Numerics/Alignment/testAlignment.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include "AlignPoints.h" #include #include diff --git a/Code/Numerics/EigenSolvers/testEigenSolvers.cpp b/Code/Numerics/EigenSolvers/testEigenSolvers.cpp index b32cedaad..892f373f2 100644 --- a/Code/Numerics/EigenSolvers/testEigenSolvers.cpp +++ b/Code/Numerics/EigenSolvers/testEigenSolvers.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include "PowerEigenSolver.h" #include #include diff --git a/Code/Numerics/Optimizer/testOptimizer.cpp b/Code/Numerics/Optimizer/testOptimizer.cpp index 9e40b4700..179e5a4ba 100644 --- a/Code/Numerics/Optimizer/testOptimizer.cpp +++ b/Code/Numerics/Optimizer/testOptimizer.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include #include #include diff --git a/Code/Numerics/testMatrices.cpp b/Code/Numerics/testMatrices.cpp index 138c107f5..871de3b32 100644 --- a/Code/Numerics/testMatrices.cpp +++ b/Code/Numerics/testMatrices.cpp @@ -8,7 +8,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include "Matrix.h" #include "SquareMatrix.h" #include "SymmMatrix.h" diff --git a/Code/Query/test.cpp b/Code/Query/test.cpp index 14e51f987..93a927d91 100644 --- a/Code/Query/test.cpp +++ b/Code/Query/test.cpp @@ -9,7 +9,7 @@ // of the RDKit source tree. // -#include +#include #include "QueryObjects.h" #include #include diff --git a/Code/RDBoost/CMakeLists.txt b/Code/RDBoost/CMakeLists.txt index b868bae87..d240e9613 100644 --- a/Code/RDBoost/CMakeLists.txt +++ b/Code/RDBoost/CMakeLists.txt @@ -21,7 +21,6 @@ rdkit_headers(Wrap.h PySequenceHolder.h python.h boost_numpy.h python_streambuf.h - test.h DEST RDBoost) add_subdirectory(Wrap) diff --git a/Code/RDGeneral/CMakeLists.txt b/Code/RDGeneral/CMakeLists.txt index cbdb2b4e2..10d22f7a5 100644 --- a/Code/RDGeneral/CMakeLists.txt +++ b/Code/RDGeneral/CMakeLists.txt @@ -59,6 +59,7 @@ rdkit_headers(Exceptions.h Ranking.h hanoiSort.h export.h + test.h DEST RDGeneral) if (NOT RDK_INSTALL_INTREE) install(DIRECTORY hash DESTINATION ${RDKit_HdrDir}/RDGeneral/hash diff --git a/Code/RDGeneral/testDict.cpp b/Code/RDGeneral/testDict.cpp index a1b65c7b6..c3899b1f7 100644 --- a/Code/RDGeneral/testDict.cpp +++ b/Code/RDGeneral/testDict.cpp @@ -10,7 +10,7 @@ // // -#include +#include #include "types.h" #include #include diff --git a/Code/RDGeneral/testRDValue.cpp b/Code/RDGeneral/testRDValue.cpp index 0478bbadf..ce203c419 100644 --- a/Code/RDGeneral/testRDValue.cpp +++ b/Code/RDGeneral/testRDValue.cpp @@ -1,4 +1,4 @@ -#include +#include #include "RDValue.h" #include "RDProps.h" #include "Invariant.h" diff --git a/Code/SimDivPickers/testPickers.cpp b/Code/SimDivPickers/testPickers.cpp index 2d56f9892..0980d4969 100644 --- a/Code/SimDivPickers/testPickers.cpp +++ b/Code/SimDivPickers/testPickers.cpp @@ -7,7 +7,7 @@ // which is included in the file license.txt, found at the root // of the RDKit source tree. // -#include +#include #include "MaxMinPicker.h" #include #include diff --git a/Code/cmake/Modules/RDKitUtils.cmake b/Code/cmake/Modules/RDKitUtils.cmake index aee8601d7..a2e56a9eb 100644 --- a/Code/cmake/Modules/RDKitUtils.cmake +++ b/Code/cmake/Modules/RDKitUtils.cmake @@ -259,7 +259,7 @@ function(createExportTestHeaders) "\n" "#include \n" "#endif\n") - set(testPath "Code/RDBoost/test.h") + set(testPath "Code/RDGeneral/test.h") file(WRITE "${CMAKE_BINARY_DIR}/${testPath}" "// auto-generated header to be imported in all cpp tests\n" "#pragma once\n") diff --git a/External/AvalonTools/test1.cpp b/External/AvalonTools/test1.cpp index 8640f3b2c..667237805 100755 --- a/External/AvalonTools/test1.cpp +++ b/External/AvalonTools/test1.cpp @@ -8,7 +8,7 @@ // avalontoolkit // -#include +#include #include #include #include