Files
esp-idf/components/cxx/test_apps/general/main/CMakeLists.txt
Sudeep Mohanty ec07f61291 test(newlib): Added unit tests for usleep and sleep_for functions
This commit adds unit tests to verify the basic functionality of
usleep() and this_thread::sleep_for() std functions.
2025-04-23 17:23:36 +02:00

3 lines
112 B
CMake

idf_component_register(SRCS "test_cxx_general.cpp"
PRIV_REQUIRES unity driver esp_timer)