diff options
author | prettyboy <prettyboy@yandex-team.com> | 2023-09-01 15:18:13 +0300 |
---|---|---|
committer | prettyboy <prettyboy@yandex-team.com> | 2023-09-01 16:14:09 +0300 |
commit | 5ab38ec7a875ff43910a2bf9610c7e8d483d7561 (patch) | |
tree | 7d2fee57e513f0939b936a6b18324aa150e388fa /build | |
parent | dc88e1fd69c2c11ef7e9f3d61a5d33fff17b12f1 (diff) | |
download | ydb-5ab38ec7a875ff43910a2bf9610c7e8d483d7561.tar.gz |
Moved devtools/nofuzz to library/cpp/testing/nofuzz
Diffstat (limited to 'build')
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 818c025b0ae..aef222ac6c0 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1273,7 +1273,7 @@ module FUZZ: _BASE_PROGRAM { } when (!$SANITIZER_TYPE || $SANITIZER_TYPE == "no") { - PEERDIR+=devtools/nofuzz + PEERDIR+=library/cpp/testing/nofuzz } ADD_YTEST($MODULE_PREFIX$REALPRJNAME fuzz.test) |