diff options
| author | neksard <[email protected]> | 2022-02-10 16:45:23 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:23 +0300 |
| commit | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (patch) | |
| tree | 83bf5c8c8047c42d8475e6095df90ccdc3d1b57f /library/cpp/packedtypes/ut | |
| parent | d3a398281c6fd1d3672036cb2d63f842d2cb28c5 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/packedtypes/ut')
| -rw-r--r-- | library/cpp/packedtypes/ut/ya.make | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/library/cpp/packedtypes/ut/ya.make b/library/cpp/packedtypes/ut/ya.make index a203115e71e..55a665f0f2f 100644 --- a/library/cpp/packedtypes/ut/ya.make +++ b/library/cpp/packedtypes/ut/ya.make @@ -1,19 +1,19 @@ UNITTEST_FOR(library/cpp/packedtypes) - -OWNER( - akhropov - velavokr -) - -PEERDIR( + +OWNER( + akhropov + velavokr +) + +PEERDIR( library/cpp/digest/old_crc -) - -SRCS( - longs_ut.cpp - packed_ut.cpp - packedfloat_ut.cpp +) + +SRCS( + longs_ut.cpp + packed_ut.cpp + packedfloat_ut.cpp zigzag_ut.cpp -) - -END() +) + +END() |
