Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
This commit is contained in:
19
tools/EVerest-main/lib/everest/cbv2g/tests/CMakeLists.txt
Normal file
19
tools/EVerest-main/lib/everest/cbv2g/tests/CMakeLists.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
Catch2
|
||||
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||||
GIT_TAG v3.4.0 # or a later release
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(Catch2)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
|
||||
include(Catch)
|
||||
|
||||
# source helper functions and library
|
||||
add_subdirectory(test_utils)
|
||||
|
||||
add_subdirectory(app_handshake)
|
||||
add_subdirectory(din)
|
||||
add_subdirectory(iso20)
|
||||
Reference in New Issue
Block a user