mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
32e3444701
* Added implementation based on cond. variables * Added unit tests Closes https://github.com/espressif/esp-idf/issues/7411
9 lines
282 B
CMake
9 lines
282 B
CMake
set(sources "test_pthread.c"
|
|
"test_pthread_cond_var.c"
|
|
"test_pthread_local_storage.c"
|
|
"test_pthread_cxx.cpp"
|
|
"test_pthread_rwlock.c")
|
|
|
|
idf_component_register(SRCS ${sources}
|
|
PRIV_REQUIRES cmock test_utils pthread)
|