mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-30 09:39:29 +00:00
improve the tests
This commit is contained in:
parent
a0dfd37191
commit
5846370e55
4
debian/qualify-clang.sh
vendored
4
debian/qualify-clang.sh
vendored
@ -169,6 +169,10 @@ if ! ldd o 2>&1|grep -q libclang-cpp; then
|
||||
echo "Didn't link against libclang-cpp$VERSION"
|
||||
exit 42
|
||||
fi
|
||||
./o > /dev/null
|
||||
|
||||
# Check that the symlink is correct
|
||||
ls -al /usr/lib/llvm-$VERSION/lib/libclang-cpp.so.1 > /dev/null
|
||||
|
||||
echo "Testing code coverage ..."
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user