1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:47:46 +00:00

test-bindtodevice: Port to LibMain

This ports 'test-bindtodevice' to LibMain and convert the local 'test'
function to return ErrorOr<T>.
This commit is contained in:
Kenneth Myhra 2022-03-28 22:44:10 +02:00 committed by Brian Gianforcaro
parent e302fac34b
commit b47a9ab4dc
2 changed files with 40 additions and 31 deletions

View file

@ -196,6 +196,7 @@ target_link_libraries(tail LibMain)
target_link_libraries(tar LibMain LibArchive LibCompress)
target_link_libraries(tee LibMain)
target_link_libraries(telws LibProtocol LibLine LibMain)
target_link_libraries(test-bindtodevice LibMain)
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
target_link_libraries(test-imap LibIMAP LibMain)
target_link_libraries(test-pthread LibThreading)