bring back files to llvm-googletest package

This commit is contained in:
Konrad Kleine 2022-11-11 10:19:50 +00:00 committed by Tulio Magno Quites Machado Filho
parent c31ffc7ed1
commit 9812a7f1ae
1 changed files with 4 additions and 1 deletions

View File

@ -344,9 +344,12 @@ install %{build_libdir}/libLLVMTestingSupport.a %{buildroot}%{_libdir}
%global install_srcdir %{buildroot}%{_datadir}/llvm/src
# Clang needs these for running lit tests.
# Install gtest sources so clang can use them for gtest
install -d %{install_srcdir}
install -d %{install_srcdir}/utils/
cp -R ../third-party/unittest %{install_srcdir}/utils/
# Clang needs these for running lit tests.
cp utils/update_cc_test_checks.py %{install_srcdir}/utils/
cp -R utils/UpdateTestChecks %{install_srcdir}/utils/