Fix filename and define HW and battery for unit tests

This commit is contained in:
Jaakko Haakana 2025-07-26 15:36:10 +03:00
parent 5719726da8
commit 98b568f5cb
2 changed files with 1 additions and 1 deletions

View file

@ -62,7 +62,7 @@ include_directories("${source_dir}/googletest/include"
include_directories(emul) include_directories(emul)
# For eModBus # For eModBus
add_compile_definitions(__linux__) add_compile_definitions(__linux__ HW_LILYGO NISSAN_LEAF_BATTERY)
# add the executable # add the executable
add_executable(tests add_executable(tests