mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Fix filename and define HW and battery for unit tests
This commit is contained in:
parent
5719726da8
commit
98b568f5cb
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue