diff options
author | alexvru <alexvru@ydb.tech> | 2023-08-15 21:09:36 +0300 |
---|---|---|
committer | alexvru <alexvru@ydb.tech> | 2023-08-15 21:42:49 +0300 |
commit | d6f67906ea5b369b47bce8e0a7125d66114fdbde (patch) | |
tree | c9c44a3a1a396a6cab33e1260c67f2e5b8b76ea4 /library/cpp/openssl/big_integer/ut/ya.make | |
parent | f096c967c8a4b645763f901c889ca0335a0e5412 (diff) | |
download | ydb-d6f67906ea5b369b47bce8e0a7125d66114fdbde.tar.gz |
Support BS autoconfig KIKIMR-19031
Diffstat (limited to 'library/cpp/openssl/big_integer/ut/ya.make')
-rw-r--r-- | library/cpp/openssl/big_integer/ut/ya.make | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/library/cpp/openssl/big_integer/ut/ya.make b/library/cpp/openssl/big_integer/ut/ya.make new file mode 100644 index 0000000000..473b5c6a9c --- /dev/null +++ b/library/cpp/openssl/big_integer/ut/ya.make @@ -0,0 +1,7 @@ +UNITTEST_FOR(library/cpp/openssl/big_integer) + +SRCS( + big_integer_ut.cpp +) + +END() |