diff options
author | zaverden <zaverden@yandex-team.com> | 2024-02-08 07:21:59 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2024-02-08 07:43:17 +0300 |
commit | 2f1f3d1ad61ece4b0804ebe4bf346c69b20e2751 (patch) | |
tree | ccb0e6732c18c7361f0b6adc79b66d55472fa2a2 /build/plugins/ya.make | |
parent | dcf4fb9ddcc3669785108fba005e532001fdfe58 (diff) | |
download | ydb-2f1f3d1ad61ece4b0804ebe4bf346c69b20e2751.tar.gz |
feat(conf): move nots from internal
Diffstat (limited to 'build/plugins/ya.make')
-rw-r--r-- | build/plugins/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/plugins/ya.make b/build/plugins/ya.make index 117d1918c6..f886e8114e 100644 --- a/build/plugins/ya.make +++ b/build/plugins/ya.make @@ -26,6 +26,7 @@ PY_SRCS( lj_archive.py llvm_bc.py macros_with_error.py + nots.py pybuild.py res.py suppressions.py @@ -43,6 +44,7 @@ END() RECURSE( tests lib + lib/nots lib/proxy lib/test_const lib/test_const/proxy |