diff options
Diffstat (limited to 'src/user/app/tests/tests.c')
-rw-r--r-- | src/user/app/tests/tests.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/user/app/tests/tests.c b/src/user/app/tests/tests.c index a6e7d52..9cdf81c 100644 --- a/src/user/app/tests/tests.c +++ b/src/user/app/tests/tests.c @@ -18,6 +18,7 @@ int main(void) { r_k_miscsyscall(); r_libc_esemaphore(); r_libc_string(); - r_printf(); + r_s_printf(); + r_s_ringbuf(); return 0; } |