ssb: Begin to add some CLI tests.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 33m19s

This commit is contained in:
2025-05-06 12:49:57 -04:00
parent 3bf19fabda
commit b3cedf2baa
4 changed files with 101 additions and 1 deletions

View File

@ -89,4 +89,10 @@ void tf_ssb_test_invite(const tf_test_options_t* options);
*/
void tf_ssb_test_triggers(const tf_test_options_t* options);
/**
** Test command-line interface.
** @param options The test options.
*/
void tf_ssb_test_cli(const tf_test_options_t* options);
/** @} */