diff options
| author | robot-piglet <[email protected]> | 2024-07-19 17:30:04 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-07-19 17:41:55 +0300 |
| commit | b48cb40b16a2a26d360ddcb809dcbf48a3843513 (patch) | |
| tree | 18f7a12724bcc242294362d27d7956a38805fcee /library/cpp/json | |
| parent | 239a6786ba899f74fb960904a34b14e89419e852 (diff) | |
Intermediate changes
Diffstat (limited to 'library/cpp/json')
| -rw-r--r-- | library/cpp/json/ut/ya.make | 1 | ||||
| -rw-r--r-- | library/cpp/json/writer/ut/ya.make | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/json/ut/ya.make b/library/cpp/json/ut/ya.make index 1f14dd8f6f0..2ed6ccb9f0b 100644 --- a/library/cpp/json/ut/ya.make +++ b/library/cpp/json/ut/ya.make @@ -1,3 +1,4 @@ + UNITTEST_FOR(library/cpp/json) PEERDIR( diff --git a/library/cpp/json/writer/ut/ya.make b/library/cpp/json/writer/ut/ya.make index 256b950a6e3..18e286e8213 100644 --- a/library/cpp/json/writer/ut/ya.make +++ b/library/cpp/json/writer/ut/ya.make @@ -1,5 +1,6 @@ UNITTEST() + PEERDIR( ADDINCL library/cpp/json/writer ) |
