aboutsummaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2023-12-03 08:17:56 +0100
committervimene <vincent.menegaux@gmail.com>2023-12-03 08:17:56 +0100
commit7b82aa798a95d93e9c4361dfed12d2a5313e01cb (patch)
treec2399d175c89f20a4c8d29b422fb508e59f62352 /tests/test.c
parent22431a1305d1eb9f1c066f94313e04021a3a59a0 (diff)
downloadengine-7b82aa798a95d93e9c4361dfed12d2a5313e01cb.tar.gz
improved tests management
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test.c b/tests/test.c
deleted file mode 100644
index a16c63a..0000000
--- a/tests/test.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <criterion/criterion.h>
-
-Test(simple, test) {
- cr_assert(0, "Hello, World!");
-}