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
ebc02673dd
fsfw
/
unittests
/
tmtcpacket
/
CMakeLists.txt
4 lines
57 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
Bugfix for Packet ID getters - Also added related unittests
2021-11-18 19:56:24 +01:00
t
e
s
t
C
c
s
d
s
.
c
p
p
added new test stub
2021-04-13 10:42:49 +02:00
)
Reference in New Issue
Copy Permalink