test: add google fuzztest to unit test build

From https://github.com/google/fuzztest.
This will now also add gtest (via cmake FetchContent)

And requires newer cmake (container updates):
CMake 3.19 or higher is required.  You are running version 3.16.3
This commit is contained in:
Beat Küng
2025-06-16 11:50:20 +02:00
parent 6daec07bbe
commit 3d1cace7b7
13 changed files with 69 additions and 116 deletions
+3
View File
@@ -89,3 +89,6 @@
[submodule "src/drivers/uavcan/libdronecan/libuavcan/dsdl_compiler/pydronecan"]
path = src/drivers/uavcan/libdronecan/libuavcan/dsdl_compiler/pydronecan
url = https://github.com/dronecan/pydronecan
[submodule "test/fuzztest"]
path = test/fuzztest
url = https://github.com/google/fuzztest.git