diff options
| author | alexv-smirnov <[email protected]> | 2023-03-15 19:59:12 +0300 |
|---|---|---|
| committer | alexv-smirnov <[email protected]> | 2023-03-15 19:59:12 +0300 |
| commit | 056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11 (patch) | |
| tree | 4740980126f32e3af7937ba0ca5f83e59baa4ab0 /library/cpp/http/simple/ut/ya.make | |
| parent | 269126dcced1cc8b53eb4398b4a33e5142f10290 (diff) | |
add library/cpp/actors, ymake build to ydb oss export
Diffstat (limited to 'library/cpp/http/simple/ut/ya.make')
| -rw-r--r-- | library/cpp/http/simple/ut/ya.make | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/library/cpp/http/simple/ut/ya.make b/library/cpp/http/simple/ut/ya.make new file mode 100644 index 00000000000..3f77967ea67 --- /dev/null +++ b/library/cpp/http/simple/ut/ya.make @@ -0,0 +1,21 @@ +UNITTEST_FOR(library/cpp/http/simple) + +PEERDIR( + library/cpp/http/misc + library/cpp/testing/mock_server +) + +SRCS( + http_ut.cpp + https_ut.cpp +) + +DEPENDS(library/cpp/http/simple/ut/https_server) + +DATA(arcadia/library/cpp/http/simple/ut/https_server) + +END() + +RECURSE( + https_server +) |
