This website requires JavaScript.
Explore
Datenschutz
Impressum
Help
Sign In
esbo_ds
/
fsfw
Watch
3
Star
0
Fork
0
You've already forked fsfw
forked from
fsfw/fsfw
Code
Issues
Pull Requests
Releases
Wiki
Activity
95b476d4bd
fsfw
/
unittests
/
tmtcpacket
/
CMakeLists.txt
5 lines
87 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
start ccsds reader unittests
2022-07-18 16:21:00 +02:00
t
e
s
t
C
c
s
d
s
C
r
e
a
t
o
r
.
c
p
p
t
e
s
t
C
c
s
d
s
R
e
a
d
e
r
.
c
p
p
added new test stub
2021-04-13 10:42:49 +02:00
)
Reference in New Issue
Copy Permalink