diff options
author | dzwdz | 2022-08-05 14:01:42 +0200 |
---|---|---|
committer | dzwdz | 2022-08-05 14:01:42 +0200 |
commit | 27124aab29d54ba9f228dee18a48e903e222812a (patch) | |
tree | 7e4848516eca5ad581cd2d5282d28797eae0472b /src/user/app/tests/tests.c | |
parent | 749a150e37fbfdaf33a8d6738e95306e6d95e8b5 (diff) |
move path_simplify to shared code, move its tests to userland
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(); |