mirror of
https://github.com/libunwind/libunwind.git
synced 2026-01-12 00:04:03 +08:00
Two tests were failing on QNX because they hard-code the syscall function name for raising a signal and the hard-coded function name is wrong for QNX OS. Ran the relevant test code through clang-format and fixed additional issues with Aarch64 scalable vector extension (SVE) on QNX.
Testing libunwind
Testing in the build tree
Testing in a self-hosted build environment is as simple as make check
Testing staged builds
$ STAGINGDIR=/tmp/gh-705
$ make install DESTDIR=$STAGINGDIR
$ LIBUNWIND=$STAGINGDIR/usr/lib/libunwind.so LIBUNWIND_GENERIC=$STAGINGDIR/usr/lib/libunwind-x86_64.so LD_LIBRARY_PATH=$STAGINGDIR/usr/lib $STAGINGDIR/usr/libexec/libunwind/test-runner
Testing installed builds
$ /usr/libexec/libunwind/test-runner