include_directories(../src)
add_executable(tests testsulfliq.cc)
target_link_libraries(tests SulfLiq)
