diff options
author | dzwdz | 2021-10-15 18:40:57 +0200 |
---|---|---|
committer | dzwdz | 2021-10-15 18:40:57 +0200 |
commit | 42bf65918f96d43e9ce8a7287a9508f44fe670d5 (patch) | |
tree | 2bb2dec665848c4f36752852df3e570d482e547e /src/init/tests/main.h | |
parent | 6f9626fbd235f5e66ba61affa064e3b44ffc012a (diff) |
init: move the tests to their own directory
Diffstat (limited to 'src/init/tests/main.h')
-rw-r--r-- | src/init/tests/main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/init/tests/main.h b/src/init/tests/main.h new file mode 100644 index 0000000..0c24e03 --- /dev/null +++ b/src/init/tests/main.h @@ -0,0 +1,4 @@ +#pragma once + +void test_fs(void); +void test_await(void); |