1
0
forked from fsfw/fsfw

restructured test folder and enabled cmake v3 support

This commit is contained in:
2020-12-27 14:14:38 +01:00
parent 426514b9a2
commit 37463b660b
58 changed files with 132 additions and 57 deletions

2
unittest/CMakeLists.txt Normal file
View File

@ -0,0 +1,2 @@
add_subdirectory(internal)
add_subdirectory(tests)