openbabel/openbabel-disable-tests.patch

31 lines
1.4 KiB
Diff

diff -up openbabel-openbabel-2-4-0/test/CMakeLists.txt.tests openbabel-openbabel-2-4-0/test/CMakeLists.txt
--- openbabel-openbabel-2-4-0/test/CMakeLists.txt.tests 2016-09-21 21:55:37.000000000 +0200
+++ openbabel-openbabel-2-4-0/test/CMakeLists.txt 2016-10-10 13:48:52.726803964 +0200
@@ -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 223 224)
+set (regressions_parts 222 223 224)
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}"