summaryrefslogtreecommitdiff
path: root/source/tests/process.test.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-01-20 07:29:55 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-01-20 07:29:55 +0100
commit164f7bfa3a49dd85518b7de8bd6a7d4469eead7a (patch)
treed7028fdd8a42cb8ddb21ab6ce2669b7eb40f2883 /source/tests/process.test.c
parentc0084258ee221aef25aed8a24f30476f0b68abf4 (diff)
downloadkit-164f7bfa3a49dd85518b7de8bd6a7d4469eead7a.zip
process TODO
Diffstat (limited to 'source/tests/process.test.c')
-rw-r--r--source/tests/process.test.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/tests/process.test.c b/source/tests/process.test.c
new file mode 100644
index 0000000..44f41a5
--- /dev/null
+++ b/source/tests/process.test.c
@@ -0,0 +1,11 @@
+#include "../kit/process.h"
+
+#define KIT_TEST_FILE process
+#include "../kit/test.h"
+
+TEST("process run") {
+ // TODO
+ //
+}
+
+#undef KIT_TEST_FILE