diff options
author | dzwdz | 2022-08-29 17:44:19 +0200 |
---|---|---|
committer | dzwdz | 2022-08-29 17:44:19 +0200 |
commit | eb22cd070c4d255b1069aae5b331845de2ed1b94 (patch) | |
tree | adb97869a9e6a0853527ddd5aceaedf4a1ae17eb /src/user/app/tests/tests.c | |
parent | 4ae57a7fb13e68c5e6f1c1246a867555dbd986db (diff) |
user/libc: setjmp
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 f9b085a..8cdf79f 100644 --- a/src/user/app/tests/tests.c +++ b/src/user/app/tests/tests.c @@ -19,6 +19,7 @@ int main(void) { r_k_path(); r_k_threads(); r_libc_esemaphore(); + r_libc_setjmp(); r_libc_string(); r_s_printf(); r_s_ringbuf(); |