diff options
Diffstat (limited to 'test/test-list.h')
-rw-r--r-- | test/test-list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-list.h b/test/test-list.h index bc75858f..892a0019 100644 --- a/test/test-list.h +++ b/test/test-list.h @@ -266,6 +266,7 @@ TEST_DECLARE (spawn_tcp_server) TEST_DECLARE (fs_poll) TEST_DECLARE (fs_poll_getpath) TEST_DECLARE (kill) +TEST_DECLARE (kill_invalid_signum) TEST_DECLARE (fs_file_noent) TEST_DECLARE (fs_file_nametoolong) TEST_DECLARE (fs_file_loop) @@ -756,6 +757,7 @@ TASK_LIST_START TEST_ENTRY (fs_poll) TEST_ENTRY (fs_poll_getpath) TEST_ENTRY (kill) + TEST_ENTRY (kill_invalid_signum) TEST_ENTRY (poll_close_doesnt_corrupt_stack) TEST_ENTRY (poll_closesocket) |