test: Add some nominal testing for the new publish command.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m34s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m34s
This commit is contained in:
@ -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);
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user