mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-25 01:35:17 +00:00
fixing path to unittest
This commit is contained in:
parent
af2f73206e
commit
c330fee18f
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ install %{build_libdir}/libLLVMTestingSupport.a %{buildroot}%{_libdir}
|
||||||
# Install gtest sources so clang can use them for gtest
|
# Install gtest sources so clang can use them for gtest
|
||||||
install -d %{install_srcdir}
|
install -d %{install_srcdir}
|
||||||
install -d %{install_srcdir}/utils/
|
install -d %{install_srcdir}/utils/
|
||||||
cp -R %{third_party_srcdir}/unittest %{install_srcdir}/utils/
|
cp -R ../third-party/unittest %{install_srcdir}/utils/
|
||||||
|
|
||||||
# Clang needs these for running lit tests.
|
# Clang needs these for running lit tests.
|
||||||
cp utils/update_cc_test_checks.py %{install_srcdir}/utils/
|
cp utils/update_cc_test_checks.py %{install_srcdir}/utils/
|
||||||
|
|
Loading…
Reference in a new issue