From fce23f45357d30cbd63e53575d78924c519cc103 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Thu, 7 May 2020 15:32:33 +0300 Subject: [PATCH] Update ya.make for Arcadia build --- src/Dictionaries/ya.make | 3 +-- src/Functions/ya.make | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Dictionaries/ya.make b/src/Dictionaries/ya.make index 7c060296c60..dbe0fb67ba7 100644 --- a/src/Dictionaries/ya.make +++ b/src/Dictionaries/ya.make @@ -11,7 +11,7 @@ PEERDIR( NO_COMPILER_WARNINGS() -# Autogenerated from: find . -name '*.cpp' | sed 's/^\.\// /' | sort +# Autogenerated from: find . -name '*.cpp' | grep -v tests | sed 's/^\.\// /' | sort SRCS( CacheDictionary.cpp CacheDictionary_generate1.cpp @@ -57,7 +57,6 @@ SRCS( RedisBlockInputStream.cpp RedisDictionarySource.cpp registerDictionaries.cpp - tests/gtest_dictionary_configuration.cpp TrieDictionary.cpp writeParenthesisedString.cpp XDBCDictionarySource.cpp diff --git a/src/Functions/ya.make b/src/Functions/ya.make index 226d0f3ba71..60fd129437e 100644 --- a/src/Functions/ya.make +++ b/src/Functions/ya.make @@ -24,7 +24,7 @@ PEERDIR( library/consistent_hashing ) -# Autogenerated from: find . -name '*.cpp' | sed 's/^\.\// /' | sort +# Autogenerated from: find . -name '*.cpp' | grep -v tests | sed 's/^\.\// /' | sort SRCS( abs.cpp acos.cpp @@ -352,7 +352,6 @@ SRCS( sumburConsistentHash.cpp tan.cpp tanh.cpp - tests/number_traits.cpp tgamma.cpp throwIf.cpp timeSlot.cpp