summaryrefslogtreecommitdiff
path: root/regress/unittests/misc/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/misc/tests.c')
-rw-r--r--regress/unittests/misc/tests.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/unittests/misc/tests.c b/regress/unittests/misc/tests.c
index d52490e3..32699541 100644
--- a/regress/unittests/misc/tests.c
+++ b/regress/unittests/misc/tests.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tests.c,v 1.9 2022/02/04 07:53:44 dtucker Exp $ */
+/* $OpenBSD: tests.c,v 1.10 2023/01/06 02:59:50 djm Exp $ */
/*
* Regress test for misc helper functions.
*
@@ -26,6 +26,7 @@ void test_expand(void);
void test_argv(void);
void test_strdelim(void);
void test_hpdelim(void);
+void test_ptimeout(void);
void
tests(void)
@@ -36,4 +37,5 @@ tests(void)
test_argv();
test_strdelim();
test_hpdelim();
+ test_ptimeout();
}