test: Add some nominal testing for the new publish command.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m34s

This commit is contained in:
2024-10-23 15:57:44 -04:00
parent 82d1a294a6
commit 94e8bf2e1c
3 changed files with 43 additions and 0 deletions

View File

@ -59,4 +59,10 @@ void tf_ssb_test_encrypt(const tf_test_options_t* options);
*/
void tf_ssb_test_peer_exchange(const tf_test_options_t* options);
/**
** Test publishing a message.
** @param options The test options.
*/
void tf_ssb_test_publish(const tf_test_options_t* options);
/** @} */