[libc][NFC] Convert pthread tests which create threads to integration tests.
authorSiva Chandra Reddy <sivachandra@google.com>
Wed, 22 Jun 2022 22:51:26 +0000 (22:51 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Thu, 23 Jun 2022 20:36:20 +0000 (20:36 +0000)
commit0a537a1299b03126b23938c36edbfd2edbea44c1
tree0738ab1c5d6501661391c56f071044df3c72cdcf
parent1b24fe34b06cd9f2337313f513a8b19f9a37c5de
[libc][NFC] Convert pthread tests which create threads to integration tests.
libc/test/integration/src/CMakeLists.txt
libc/test/integration/src/pthread/CMakeLists.txt [new file with mode: 0644]
libc/test/integration/src/pthread/pthread_mutex_test.cpp [moved from libc/test/src/pthread/pthread_mutex_test.cpp with 95% similarity]
libc/test/integration/src/pthread/pthread_test.cpp [moved from libc/test/src/pthread/pthread_test.cpp with 88% similarity]
libc/test/src/pthread/CMakeLists.txt