aboutsummaryrefslogtreecommitdiff
path: root/include/tests/test.h
blob: 239f53b2e26aaa0289e05e538a83e78d81063bd0 (plain)
1
2
3
4
5
6
#ifndef TESTS_TEST_H
#define TESTS_TEST_H

void test_entry(void);

#endif