diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /contrib/restricted/boost/libs/test/targets | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
download | ydb-1d9c550e7c38e051d7961f576013a482003a70d9.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/boost/libs/test/targets')
4 files changed, 63 insertions, 63 deletions
diff --git a/contrib/restricted/boost/libs/test/targets/lib/ya.make b/contrib/restricted/boost/libs/test/targets/lib/ya.make index 316e9ba03f..4058af6c64 100644 --- a/contrib/restricted/boost/libs/test/targets/lib/ya.make +++ b/contrib/restricted/boost/libs/test/targets/lib/ya.make @@ -1,5 +1,5 @@ -LIBRARY(unit_test_framework) - +LIBRARY(unit_test_framework) + WITHOUT_LICENSE_TEXTS() LICENSE(BSL-1.0) @@ -9,31 +9,31 @@ OWNER( g:cpp-committee g:cpp-contrib ) - + INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) -SRCDIR(${BOOST_ROOT}/libs/test/src) - -SRCS( - compiler_log_formatter.cpp - debug.cpp - decorator.cpp - execution_monitor.cpp - framework.cpp - plain_report_formatter.cpp - progress_monitor.cpp - results_collector.cpp - results_reporter.cpp - test_framework_init_observer.cpp - test_tools.cpp - test_tree.cpp - unit_test_log.cpp - unit_test_main.cpp - unit_test_monitor.cpp - unit_test_parameters.cpp - junit_log_formatter.cpp - xml_log_formatter.cpp - xml_report_formatter.cpp -) - -END() +SRCDIR(${BOOST_ROOT}/libs/test/src) + +SRCS( + compiler_log_formatter.cpp + debug.cpp + decorator.cpp + execution_monitor.cpp + framework.cpp + plain_report_formatter.cpp + progress_monitor.cpp + results_collector.cpp + results_reporter.cpp + test_framework_init_observer.cpp + test_tools.cpp + test_tree.cpp + unit_test_log.cpp + unit_test_main.cpp + unit_test_monitor.cpp + unit_test_parameters.cpp + junit_log_formatter.cpp + xml_log_formatter.cpp + xml_report_formatter.cpp +) + +END() diff --git a/contrib/restricted/boost/libs/test/targets/prog/ya.make b/contrib/restricted/boost/libs/test/targets/prog/ya.make index bff068210c..0111d202fb 100644 --- a/contrib/restricted/boost/libs/test/targets/prog/ya.make +++ b/contrib/restricted/boost/libs/test/targets/prog/ya.make @@ -1,5 +1,5 @@ -LIBRARY(prg_exec_mon) - +LIBRARY(prg_exec_mon) + WITHOUT_LICENSE_TEXTS() LICENSE(BSL-1.0) @@ -9,15 +9,15 @@ OWNER( g:cpp-committee g:cpp-contrib ) - + INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) - -SRCDIR(${BOOST_ROOT}/libs/test/src) - -SRCS( - execution_monitor.cpp - debug.cpp - cpp_main.cpp -) - -END() + +SRCDIR(${BOOST_ROOT}/libs/test/src) + +SRCS( + execution_monitor.cpp + debug.cpp + cpp_main.cpp +) + +END() diff --git a/contrib/restricted/boost/libs/test/targets/test/ya.make b/contrib/restricted/boost/libs/test/targets/test/ya.make index a97f55c7b2..34111fc0a8 100644 --- a/contrib/restricted/boost/libs/test/targets/test/ya.make +++ b/contrib/restricted/boost/libs/test/targets/test/ya.make @@ -1,5 +1,5 @@ -LIBRARY(test_exec_mon) - +LIBRARY(test_exec_mon) + WITHOUT_LICENSE_TEXTS() LICENSE(BSL-1.0) @@ -9,17 +9,17 @@ OWNER( g:cpp-committee g:cpp-contrib ) - + INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) - -SRCDIR(${BOOST_ROOT}/libs/test/src) - -PEERDIR( - ${BOOST_ROOT}/libs/test/targets/lib -) - -SRCS( - test_main.cpp -) - -END() + +SRCDIR(${BOOST_ROOT}/libs/test/src) + +PEERDIR( + ${BOOST_ROOT}/libs/test/targets/lib +) + +SRCS( + test_main.cpp +) + +END() diff --git a/contrib/restricted/boost/libs/test/targets/ya.make b/contrib/restricted/boost/libs/test/targets/ya.make index a02cd72c16..86ac9fb161 100644 --- a/contrib/restricted/boost/libs/test/targets/ya.make +++ b/contrib/restricted/boost/libs/test/targets/ya.make @@ -1,7 +1,7 @@ -OWNER(snowball) - -RECURSE( - lib - prog - test -) +OWNER(snowball) + +RECURSE( + lib + prog + test +) |