summaryrefslogtreecommitdiffstats
path: root/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index b644450..351badb 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -29,6 +29,9 @@ bool check_ioq(void);
/** Trie tests. */
bool check_trie(void);
+/** Process spawning tests. */
+bool check_xspawn(void);
+
/** Time tests. */
bool check_xtime(void);