summaryrefslogtreecommitdiff
path: root/source/tests/_static.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-02 20:59:29 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-02 20:59:29 +0200
commit835e1fcd131c63ee2b3b647e327b33a3bfb369e3 (patch)
tree9d6fb42d6296a7bbec4a6ea58358c0fdb5de7e05 /source/tests/_static.c
parent34ba87d8c8cfef5ed249b34bd2d2b7e41a34d2f7 (diff)
downloadkit-835e1fcd131c63ee2b3b647e327b33a3bfb369e3.zip
[Linux] Change build system; Remove CMake
Diffstat (limited to 'source/tests/_static.c')
-rw-r--r--source/tests/_static.c55
1 files changed, 55 insertions, 0 deletions
diff --git a/source/tests/_static.c b/source/tests/_static.c
new file mode 100644
index 0000000..4b7543d
--- /dev/null
+++ b/source/tests/_static.c
@@ -0,0 +1,55 @@
+#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 "test_duration.test.c"
+#undef KIT_TEST_FILE
+
+#include "thread.test.c"
+#undef KIT_TEST_FILE
+
+#include "bench.test.c"
+#undef KIT_TEST_FILE
+
+#include "main.test.c"