Files
esp-idf/components/cxx/test_apps/general/main/CMakeLists.txt
Sudeep Mohanty 5f5fc0882f 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-28 17:13:07 +02:00

3 lines
112 B
CMake

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