summaryrefslogtreecommitdiff
path: root/source/tests/thread.test.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/thread.test.c')
-rw-r--r--source/tests/thread.test.c2
1 files changed, 2 insertions, 0 deletions
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