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

20 lines
371 B

# ArduinoJson - https://arduinojson.org
# Copyright © 2014-2022, Benoit BLANCHON
# 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"
)