diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-12-29 04:01:04 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-12-29 04:01:04 +0100 |
commit | 886e49da8c3d5b568394035b73ef60ee444c8ab0 (patch) | |
tree | 314e8dd00dd8844c2359583d095067ed0786ac71 | |
parent | 1287f8015dd7306dedd9a818a17afff03d179f90 (diff) | |
download | kit-886e49da8c3d5b568394035b73ef60ee444c8ab0.zip |
http1 test: undef KIT_TEST_FILE
-rw-r--r-- | source/tests/http1.test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/tests/http1.test.c b/source/tests/http1.test.c index d7befcb..1808785 100644 --- a/source/tests/http1.test.c +++ b/source/tests/http1.test.c @@ -4,3 +4,5 @@ #include "../kit/kit_test.h" TEST("http1") { } + +#undef KIT_TEST_FILE |