diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-16 05:08:47 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-16 05:08:47 +0400 |
commit | 37236794304626096684f020e5f2f02d12cb4488 (patch) | |
tree | e79da8910cc144c5de270f84c376ac597a53f0e3 /source/test/unittests/c11_threads.c | |
parent | 6cbb86bfa167b1e412487b2c728ff27f7a01c396 (diff) | |
download | kit-37236794304626096684f020e5f2f02d12cb4488.zip |
test
Diffstat (limited to 'source/test/unittests/c11_threads.c')
-rw-r--r-- | source/test/unittests/c11_threads.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/test/unittests/c11_threads.c b/source/test/unittests/c11_threads.c new file mode 100644 index 0000000..cd50846 --- /dev/null +++ b/source/test/unittests/c11_threads.c @@ -0,0 +1,6 @@ +#include "../../kit/c11/threads.h" + +#define KIT_TEST_FILE atomic +#include "../../kit_test/test.h" + +TEST("c11 threads") { } |