diff options
Diffstat (limited to 'src/user/app/tests/tests.c')
-rw-r--r-- | src/user/app/tests/tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/app/tests/tests.c b/src/user/app/tests/tests.c index 9cdf81c..2157e60 100644 --- a/src/user/app/tests/tests.c +++ b/src/user/app/tests/tests.c @@ -16,6 +16,7 @@ int main(void) { r_k_fs(); r_k_misc(); r_k_miscsyscall(); + r_k_path(); r_libc_esemaphore(); r_libc_string(); r_s_printf(); |