summaryrefslogtreecommitdiff
path: root/source/tests/process.test.c
diff options
context:
space:
mode:
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