2021-08-27 05:00:10 +00:00
|
|
|
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}
|
2020-08-05 02:16:32 +00:00
|
|
|
PRIV_REQUIRES cmock test_utils pthread)
|