diff options
Diffstat (limited to 'library/cpp/html/pcdata')
| -rw-r--r-- | library/cpp/html/pcdata/ut/ya.make | 7 | ||||
| -rw-r--r-- | library/cpp/html/pcdata/ya.make | 12 |
2 files changed, 19 insertions, 0 deletions
diff --git a/library/cpp/html/pcdata/ut/ya.make b/library/cpp/html/pcdata/ut/ya.make new file mode 100644 index 00000000000..6d7f95627c0 --- /dev/null +++ b/library/cpp/html/pcdata/ut/ya.make @@ -0,0 +1,7 @@ +UNITTEST_FOR(library/cpp/html/pcdata) + +SRCS( + pcdata_ut.cpp +) + +END() diff --git a/library/cpp/html/pcdata/ya.make b/library/cpp/html/pcdata/ya.make new file mode 100644 index 00000000000..2710d6728be --- /dev/null +++ b/library/cpp/html/pcdata/ya.make @@ -0,0 +1,12 @@ +LIBRARY() + +SRCS( + pcdata.cpp + pcdata.h +) + +END() + +RECURSE_FOR_TESTS( + ut +) |
