From 27124aab29d54ba9f228dee18a48e903e222812a Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 5 Aug 2022 14:01:42 +0200 Subject: move path_simplify to shared code, move its tests to userland --- src/user/app/tests/tests.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/user/app/tests/tests.c') 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(); -- cgit v1.2.3