aboutsummaryrefslogtreecommitdiff
path: root/test/test_runner.h
blob: 015b13832cd0bccabdd5aee5fb1673ff4c8a341b (plain)
1
2
3
4
5
6
#ifndef CRYPTOBENCH_TEST_TEST_RUNNER_H
#define CRYPTOBENCH_TEST_TEST_RUNNER_H

void test_runner_algo_hash(void);

#endif