diff -up openbabel-3a63a9849f8d9719c5989c43875d51be50c53019/test/CMakeLists.txt.some_arches openbabel-3a63a9849f8d9719c5989c43875d51be50c53019/test/CMakeLists.txt --- openbabel-3a63a9849f8d9719c5989c43875d51be50c53019/test/CMakeLists.txt.some_arches 2016-02-16 23:47:25.000000000 +0100 +++ openbabel-3a63a9849f8d9719c5989c43875d51be50c53019/test/CMakeLists.txt 2016-02-19 08:30:52.620492855 +0100 @@ -34,7 +34,7 @@ set (implicitH_parts 1) set (lssr_parts 1 2 3 4 5) set (isomorphism_parts 1 2 3 4 5 6 7 8) set (multicml_parts 1) -set (regressions_parts 1 221 222) +set (regressions_parts 222) set (rotor_parts 1 2 3 4) set (shuffle_parts 1 2 3 4 5) set (smiles_parts 1 2 3) @@ -177,7 +177,7 @@ if(WITH_INCHI) set_target_properties(test_inchiwrite PROPERTIES LINK_SEARCH_END_STATIC TRUE) endif() # files in test/inchi -- both .sdf and .txt - set(inchitests Samples.sdf SamplesTechMan.sdf Steffen_PubChem.smi) + set(inchitests Samples.sdf SamplesTechMan.sdf) set(inchidata ${CMAKE_SOURCE_DIR}/test/inchi) foreach(test ${inchitests}) add_test(inchi${test}_Test @@ -215,7 +215,7 @@ if(NOT MINGW AND NOT CYGWIN) include(UsePythonTest) if(PYTHON_EXECUTABLE) set(pytests - babel sym smartssym fastsearch unique kekule pdbformat) + babel smartssym fastsearch unique kekule pdbformat) foreach(pytest ${pytests}) SET_SOURCE_FILES_PROPERTIES(test${pytest}.py PROPERTIES PYTHONPATH "${CMAKE_SOURCE_DIR}/scripts/python:${CMAKE_BINARY_DIR}/lib${LIB_SUFFIX}"