Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/blame/commit/c191ad1ce23f1e662d414431c7e61da6f9a22e8f/third-party/ArduinoJson/extras/tests/MsgPackSerializer/CMakeLists.txt You should set ROOT_URL correctly, otherwise the web may not work correctly.

20 lines
367 B

# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# MIT License
add_executable(MsgPackSerializerTests
destination_types.cpp
measure.cpp
misc.cpp
serializeArray.cpp
serializeObject.cpp
serializeVariant.cpp
)
add_test(MsgPackSerializer MsgPackSerializerTests)
set_tests_properties(MsgPackSerializer
PROPERTIES
LABELS "Catch"
)