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/_exe.c | 1 + source/tests/process.test.c | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 source/tests/process.test.c (limited to 'source/tests') diff --git a/source/tests/_exe.c b/source/tests/_exe.c index 99a34b8..cf310b0 100644 --- a/source/tests/_exe.c +++ b/source/tests/_exe.c @@ -7,6 +7,7 @@ #include "condition_variable.test.c" #include "dynamic_array.test.c" #include "file.test.c" +#include "process.test.c" #include "input_buffer.test.c" #include "input_stream.test.c" #include "lower_bound.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