Skip to content

Commit 14889ae

Browse files
authored
Move tests TODO (#7)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent a317a45 commit 14889ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ if(HYDRA_TESTS)
7878
add_subdirectory(test/http)
7979
endif()
8080

81-
# TODO: Add tests
8281
if(PROJECT_IS_TOP_LEVEL)
8382
# Otherwise we need the child project to link
8483
# against the sanitizers too.

test/http/request_1_1_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include <gtest/gtest.h>
22
#include <sourcemeta/hydra/http.h>
33

4+
// TODO: Add more tests
5+
46
TEST(HTTP_Request_1_1, XXX) {
57
sourcemeta::hydra::http::Request request{BASE_URL};
68
request.method(sourcemeta::hydra::http::Method::GET);

0 commit comments

Comments
 (0)