Add comprehensive unit tests for ESP32 Dimmer Driver library

Co-authored-by: pmarchini <49943249+pmarchini@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-24 22:16:56 +00:00
parent 3a121b800d
commit 497761efd0
8 changed files with 823 additions and 0 deletions

8
test_app/CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.16)
# Add the component directory to the component search path
set(EXTRA_COMPONENT_DIRS ../src/components)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(esp32_dimmer_tests)