summaryrefslogtreecommitdiff
path: root/source/tests/_static.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-11 19:48:38 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-11 19:48:38 +0200
commitcf853bea908830194065349f3a8a75e163aea5b9 (patch)
tree25ed56d959ca1e929cb3967719ac9e9a2a37e809 /source/tests/_static.c
parent782d97aa2940f849282b52fa19b26fbf0970b966 (diff)
downloadkit-cf853bea908830194065349f3a8a75e163aea5b9.zip
Update tests
Diffstat (limited to 'source/tests/_static.c')
-rw-r--r--source/tests/_static.c35
1 files changed, 0 insertions, 35 deletions
diff --git a/source/tests/_static.c b/source/tests/_static.c
index 9975a53..9e4451d 100644
--- a/source/tests/_static.c
+++ b/source/tests/_static.c
@@ -1,56 +1,21 @@
#define KIT_TEST_IMPLEMENTATION
#include "main.test.c"
-#undef KIT_TEST_FILE
#include "array_ref.test.c"
-
-#undef KIT_TEST_FILE
#include "async_function.test.c"
-
-#undef KIT_TEST_FILE
#include "bigint.test.c"
-
-#undef KIT_TEST_FILE
#include "condition_variable.test.c"
-
-#undef KIT_TEST_FILE
#include "dynamic_array.test.c"
-
-#undef KIT_TEST_FILE
#include "file.test.c"
-
-#undef KIT_TEST_FILE
#include "input_buffer.test.c"
-
-#undef KIT_TEST_FILE
#include "input_stream.test.c"
-
-#undef KIT_TEST_FILE
#include "lower_bound.test.c"
-
-#undef KIT_TEST_FILE
#include "mersenne_twister_64.test.c"
-
-#undef KIT_TEST_FILE
#include "move_back.test.c"
-
-#undef KIT_TEST_FILE
#include "mutex.test.c"
-
-#undef KIT_TEST_FILE
#include "secure_random.test.c"
-
-#undef KIT_TEST_FILE
#include "sha256.test.c"
-
-#undef KIT_TEST_FILE
#include "string_ref.test.c"
-
-#undef KIT_TEST_FILE
#include "duration.test.c"
-
-#undef KIT_TEST_FILE
#include "thread.test.c"
-
-#undef KIT_TEST_FILE
#include "bench.test.c"