#TODO: search scipy?

# non-pytest tests
foreach(test test_coal coalescence_golovin coalescence_hall_davis_no_waals) # the coalescence_onishi_hall test is turned off as not specific enough
  #TODO: indicate that tests depend on the lib
  add_test(
    NAME ${test}
    WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/bindings/python" 
    COMMAND ${PYTHON_EXECUTABLE} "${CMAKE_SOURCE_DIR}/tests/python/physics/${test}.py"
  )
endforeach()

