mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
Moved test folder
previous location caused issues with building the main SW
This commit is contained in:
parent
da8421dcff
commit
396f41ed77
6 changed files with 3 additions and 3 deletions
|
@ -3,4 +3,4 @@ cmake_minimum_required(VERSION 3.10)
|
|||
project(BatteryEmulator)
|
||||
|
||||
add_subdirectory(Software/src/devboard/utils)
|
||||
add_subdirectory(Software/test)
|
||||
add_subdirectory(test)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// The test library must be included first!
|
||||
#include "../../../test/test_lib.h"
|
||||
#include "../../../../test/test_lib.h"
|
||||
|
||||
#include "events.cpp"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_executable(events_test ../src/devboard/utils/events_test.cpp test_lib.cpp)
|
||||
add_executable(events_test ../Software/src/devboard/utils/events_test.cpp test_lib.cpp)
|
||||
|
||||
target_compile_definitions(events_test PRIVATE UNIT_TEST)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue