This website requires JavaScript.
Explore
Datenschutz
Impressum
Help
Sign In
eive
/
fsfw
Watch
15
Star
1
Fork
0
You've already forked fsfw
forked from
fsfw/fsfw
Code
Issues
Pull Requests
Releases
1
Wiki
Activity
d2ac3603a5
fsfw
/
unittests
/
timemanager
/
CMakeLists.txt
5 lines
80 B
CMake
Raw
Normal View
History
Unescape
Escape
tests can now be built as part of FSFW This PR refactores the tests so they are built as part of the FSFW. This is done by adding Catch2 with the FetchContent directive. A future implementation might also use a system installation of Catch2 by first checking whether Catch2 can already be found as a package The custom configuration folder testcfg was moved from the user folder to the actual unittest folder. The tests can be built by setting the CMake FSFW_BUILD_UNITTESTS option to TRUE/ON. They are built with the static library and dropped inside the build folders fsfw directory.
2021-10-07 13:24:46 +02:00
target_sources
(
${
FSFW_TEST_TGT
}
PRIVATE
Added tests
2021-09-27 21:53:27 +02:00
T
e
s
t
C
o
u
n
t
d
o
w
n
.
c
p
p
WIP compiler Flags and new unit tests for fixes
2022-02-23 18:23:22 +01:00
T
e
s
t
C
C
S
D
S
T
i
m
e
.
c
p
p
Added tests
2021-09-27 21:53:27 +02:00
)
Reference in New Issue
Copy Permalink