-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Simplify tests & adding utility functions - Adding tests to test prober en- & decoding ISO20 bpt control mode - Fixing session setup res tests Co-authored-by: aw <[email protected]> Signed-off-by: Sebastian Lukas <[email protected]>
- Loading branch information
Showing
14 changed files
with
757 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
add_executable(test_app_handshake app_handshake.cpp) | ||
|
||
target_link_libraries(test_app_handshake | ||
PRIVATE | ||
cbv2g::din | ||
Catch2::Catch2WithMain | ||
) | ||
|
||
catch_discover_tests(test_app_handshake) | ||
add_codec_test(app_handshake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
add_codec_test(session_setup) | ||
add_codec_test(service_discovery) |
Oops, something went wrong.