mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 12:47:58 +00:00
fix the tests
This commit is contained in:
parent
a915359406
commit
f79ace5602
6
debian/qualify-clang.sh
vendored
6
debian/qualify-clang.sh
vendored
@ -222,12 +222,12 @@ echo "Testing linking clang-cpp ..."
|
||||
clang-$VERSION -lclang-cpp$VERSION -v foo.cpp -o o > /dev/null || true
|
||||
if ! ldd o 2>&1|grep -q libclang-cpp; then
|
||||
echo "Didn't link against libclang-cpp$VERSION"
|
||||
# exit 42
|
||||
exit 42
|
||||
fi
|
||||
#./o > /dev/null
|
||||
./o > /dev/null
|
||||
|
||||
# Check that the symlink is correct
|
||||
ls -al /usr/lib/llvm-$VERSION/lib/libclang-cpp.so.1 > /dev/null
|
||||
ls -al /usr/lib/llvm-$VERSION/lib/libclang-cpp.so.$VERSION > /dev/null
|
||||
|
||||
echo "Testing code coverage ..."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user