test_run
test_run(t, name, test_md_tv, st);
test_run(t, "md", test_md, NULL);
test_run(t, "md5 large", test_md5_large, NULL);
test_run(t, name, test_sha_tv, st);
test_run(t, name, test_sha_repetition_tv, st);
test_run(t, "sha", test_sha, NULL);
test_run(t, "sha repetition", test_sha_repetition, NULL);
void test_run(struct test *_t, const char *_name, test_run_func *_fn, const void *_arg);