ssb: Exercise at least calling adding/removing blocks in a test.

This commit is contained in:
2025-11-27 16:06:33 -05:00
parent ddc4603f13
commit eecdbf6852
5 changed files with 93 additions and 12 deletions

View File

@@ -107,4 +107,10 @@ void tf_ssb_test_cli(const tf_test_options_t* options);
*/
void tf_ssb_test_following_perf(const tf_test_options_t* options);
/**
** Test blocks.
** @param options The test options.
*/
void tf_ssb_test_blocks(const tf_test_options_t* options);
/** @} */