Blob Blame History Raw
diff -up openbabel-2.3.2/test/CMakeLists.txt.arm openbabel-2.3.2/test/CMakeLists.txt
--- openbabel-2.3.2/test/CMakeLists.txt.arm	2014-05-01 16:24:22.000000000 +0200
+++ openbabel-2.3.2/test/CMakeLists.txt	2014-05-05 21:53:02.217223215 +0200
@@ -120,7 +120,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
@@ -171,7 +171,7 @@ if(NOT MINGW AND NOT CYGWIN)
   include(UsePythonTest)
   if(PYTHON_EXECUTABLE)
     set(pytests
-        babel sym fastsearch unique kekule)
+        babel fastsearch unique kekule)
     foreach(pytest ${pytests})
     SET_SOURCE_FILES_PROPERTIES(test${pytest}.py PROPERTIES
       PYTHONPATH "${CMAKE_SOURCE_DIR}/scripts/python:${CMAKE_BINARY_DIR}/lib${LIB_SUFFIX}"