added first unit test (#1027)

* added first unit test

* improved unit test names
This commit is contained in:
Bernd Herzog
2023-05-21 23:08:24 +02:00
committed by GitHub
parent cac3a7cf1e
commit 34d46a9d5d
6 changed files with 7283 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ set(FIRMWARE_FILENAME ${FIRMWARE_NAME}.bin)
add_subdirectory(application)
add_subdirectory(baseband)
add_subdirectory(baseband-test)
# NOTE: Dependencies break if the .bin files aren't included in DEPENDS. WTF, CMake?
add_custom_command(