summaryrefslogtreecommitdiff
path: root/source/tests/http1.test.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-01-05 18:51:41 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-01-05 18:51:41 +0100
commit01c5f33c8a1c163a4e02e486ceff3b1556594514 (patch)
tree2886ac3ad940e203a4d251022584abb715288df6 /source/tests/http1.test.c
parent2b8c519b24dbaac69ecd5d5ed9fe2b1ef321aeff (diff)
downloadkit-01c5f33c8a1c163a4e02e486ceff3b1556594514.zip
Update HTTP1; Error handling for secure random
Diffstat (limited to 'source/tests/http1.test.c')
-rw-r--r--source/tests/http1.test.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/tests/http1.test.c b/source/tests/http1.test.c
index 1808785..09da5f4 100644
--- a/source/tests/http1.test.c
+++ b/source/tests/http1.test.c
@@ -3,6 +3,9 @@
#define KIT_TEST_FILE http1
#include "../kit/kit_test.h"
-TEST("http1") { }
+TEST("http1") {
+ // TODO
+ //
+}
#undef KIT_TEST_FILE