aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/tld/ut/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/tld/ut/ya.make')
-rw-r--r--library/cpp/tld/ut/ya.make13
1 files changed, 13 insertions, 0 deletions
diff --git a/library/cpp/tld/ut/ya.make b/library/cpp/tld/ut/ya.make
new file mode 100644
index 0000000000..9b2516e259
--- /dev/null
+++ b/library/cpp/tld/ut/ya.make
@@ -0,0 +1,13 @@
+UNITTEST()
+
+PEERDIR(
+ ADDINCL library/cpp/tld
+)
+
+SRCDIR(library/cpp/tld)
+
+SRCS(
+ tld_ut.cpp
+)
+
+END()