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

Userland: Add a test for pthread_once()

This commit is contained in:
Sergey Bugaev 2020-11-24 20:55:58 +03:00 committed by Andreas Kling
parent d51173e4c4
commit b1fd06eb4c
2 changed files with 61 additions and 0 deletions

View file

@ -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)