From 164f7bfa3a49dd85518b7de8bd6a7d4469eead7a Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sat, 20 Jan 2024 07:29:55 +0100 Subject: process TODO --- source/tests/process.test.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/tests/process.test.c (limited to 'source/tests/process.test.c') 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 -- cgit v1.2.3