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:
parent
e302fac34b
commit
b47a9ab4dc
2 changed files with 40 additions and 31 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue