diff --git a/CMakeLists.txt b/CMakeLists.txt index 2eed8f2b2..e3516e33f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,6 @@ if(CMAKE_RUN_CLANG_TIDY) endif() if(BUILD_TESTING) - enable_testing() include(CTest) add_subdirectory(tests) endif() diff --git a/README.md b/README.md index ef7b0bbb7..c2c80a9f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # C++ implementation of OCPP +![Github Actions](https://github.com/EVerest/libocpp/actions/workflows/build_and_test.yaml/badge.svg) This is a C++ library implementation of OCPP for version 1.6 (https://www.openchargealliance.org/protocols/ocpp-16/) and 2.0.1 (https://www.openchargealliance.org/protocols/ocpp-201/). It enables charging stations to communicate with cloud backends for remote control, monitoring and billing of charging processes.