mirror of
https://github.com/pmarchini/Esp32Dimmer.git
synced 2026-02-07 11:18:07 +03:00
Add comprehensive unit tests for ESP32 Dimmer Driver library
Co-authored-by: pmarchini <49943249+pmarchini@users.noreply.github.com>
This commit is contained in:
8
test_app/CMakeLists.txt
Normal file
8
test_app/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user