diff options
author | nadya73 <nadya73@yandex-team.com> | 2024-04-16 17:47:15 +0300 |
---|---|---|
committer | nadya73 <nadya73@yandex-team.com> | 2024-04-16 17:59:33 +0300 |
commit | 9fed6f36e061d4262bb4095c91ca400775f8b8c1 (patch) | |
tree | 4840cab5205563abc92866614bf199791ec927f2 /build | |
parent | 472472e5fa8dda9372fc7aea0d909658ef8d1fbb (diff) | |
download | ydb-9fed6f36e061d4262bb4095c91ca400775f8b8c1.tar.gz |
YT-19191: Sync yt-cpp-sdk tests in opensource
e1e4329bb63e5b8843afc86d896784af2398d350
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 55b6f2c56d..025d3ae1f9 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1343,7 +1343,7 @@ module UNITTEST: _BASE_UNITTEST { ### ### YT Unit test module based on library/cpp/testing/unittest with NYT::Initialize hook module YT_UNITTEST: _BASE_UNITTEST { - PEERDIR(library/cpp/testing/unittest_main mapreduce/yt/tests/yt_initialize_hook) + PEERDIR(library/cpp/testing/unittest_main yt/cpp/mapreduce/tests/yt_initialize_hook) ADD_YTEST($MODULE_PREFIX$REALPRJNAME unittest.py) } |