Userspace: Add shared library test

I will use this while testing my dynamic loader
This commit is contained in:
2024-08-28 17:08:37 +03:00
parent 57300687ff
commit 991647bc8f
3 changed files with 15 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ set(USERSPACE_TESTS
test-mouse
test-popen
test-setjmp
test-shared
test-sort
test-tcp
test-udp