diff options
author | Christian Cunningham <cc@localhost> | 2022-02-04 16:33:19 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-04 16:33:19 -0700 |
commit | 6e7f93d6a09865937dde1124a6c3f36eebcd9d82 (patch) | |
tree | 085d3b687b4c6175592a4d3cf9b0afdf75503837 /include/tests | |
parent | aaf7667a36a0268de87f1913fd9a87e1cbf7da92 (diff) |
Move tests to own file
Diffstat (limited to 'include/tests')
-rw-r--r-- | include/tests/test.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/tests/test.h b/include/tests/test.h new file mode 100644 index 0000000..239f53b --- /dev/null +++ b/include/tests/test.h @@ -0,0 +1,6 @@ +#ifndef TESTS_TEST_H +#define TESTS_TEST_H + +void test_entry(void); + +#endif |