aboutsummaryrefslogtreecommitdiff
path: root/tests.h
blob: 96b83570a9b4a4584cab52e3a92a5c2c52e29d9b (plain)
1
2
3
4
5
6
7
8
#ifndef TESTS_H_
#define TESTS_H_

unsigned int run_tests(
  void (*on_fail)(const char * const, const uint8_t *, const uint8_t *)
);

#endif /* TESTS_H_ */