add_executable(test-all
    test-all.cpp
    test-library.cpp
    test-system.cpp
    test-interface.cpp
    test-device.cpp
    test-stream.cpp
    test-port.cpp
    test-event.cpp
)

target_link_libraries(test-all gtest pthread nerian-gentl)

add_test(NAME test-all COMMAND "${EXECUTABLE_OUTPUT_PATH}/test-all")
