mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:07:35 +00:00
Userland: Add a test for pthread_once()
This commit is contained in:
parent
d51173e4c4
commit
b1fd06eb4c
2 changed files with 61 additions and 0 deletions
|
@ -40,6 +40,7 @@ target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
|
|||
target_link_libraries(test-compress LibCompress)
|
||||
target_link_libraries(test-gfx-font LibGUI LibCore)
|
||||
target_link_libraries(test-js LibJS LibLine LibCore)
|
||||
target_link_libraries(test-pthread LibThread)
|
||||
target_link_libraries(test-web LibWeb)
|
||||
target_link_libraries(tt LibPthread)
|
||||
target_link_libraries(gunzip LibCompress)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue