summaryrefslogtreecommitdiff
path: root/src/user/app/tests/tests.h
diff options
context:
space:
mode:
authordzwdz2022-10-08 16:05:37 +0200
committerdzwdz2022-10-08 16:07:04 +0200
commitf25b6a7d38f1a4b656e3a7ad431afcf535f1fdce (patch)
tree83199e9a70cc903ce46d0f30cc1a74ccfc6e729b /src/user/app/tests/tests.h
parente83dca9817614d0dc77ce1e5dc13eed44b61eb2f (diff)
tests: some tests for when a process has no free handles
Diffstat (limited to 'src/user/app/tests/tests.h')
-rw-r--r--src/user/app/tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/app/tests/tests.h b/src/user/app/tests/tests.h
index 248303d..e9b06e5 100644
--- a/src/user/app/tests/tests.h
+++ b/src/user/app/tests/tests.h
@@ -7,6 +7,7 @@
void run_test(void (*fn)());
+void r_k_fdlimit(void);
void r_k_fs(void);
void r_k_misc(void);
void r_k_miscsyscall(void);