improve the tests

This commit is contained in:
Sylvestre Ledru 2019-09-03 08:11:53 +02:00
parent a0dfd37191
commit 5846370e55

View File

@ -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 ..."