summaryrefslogtreecommitdiff
path: root/source/tests/process.test.c
blob: 44f41a51e2fbeee7d939e1f36ffa7c5c2b4c94e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "../kit/process.h"

#define KIT_TEST_FILE process
#include "../kit/test.h"

TEST("process run") {
  //  TODO
  //
}

#undef KIT_TEST_FILE