From cf853bea908830194065349f3a8a75e163aea5b9 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Mon, 11 Sep 2023 19:48:38 +0200 Subject: Update tests --- source/tests/thread.test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/tests/thread.test.c') diff --git a/source/tests/thread.test.c b/source/tests/thread.test.c index b8069da..46c9597 100644 --- a/source/tests/thread.test.c +++ b/source/tests/thread.test.c @@ -89,3 +89,5 @@ TEST("thread detach") { struct timespec t = { .tv_sec = 0, .tv_nsec = 10000000 }; thrd_sleep(&t, NULL); } + +#undef KIT_TEST_FILE -- cgit v1.2.3