Files
libunwind/tests
Stephen M. Webb bf6ee1169a Add setjmp support for aarch64-linux-musl
The MUSL libc setjmp/longjmp handling differs from the GNU libc
setjmp/longjmp handling. It may not be possible to properly support
sigsetjmp/siglongjmp on MUSL libc.
2025-09-02 09:48:53 -04:00
..
2022-08-04 20:14:42 -04:00
2023-07-05 14:03:58 -04:00
2023-06-15 10:43:21 -04:00
2023-07-05 14:03:58 -04:00
2023-11-29 15:47:17 -05:00
2023-11-29 15:47:17 -05:00
2023-05-30 21:27:48 -04:00
2024-02-14 08:55:01 -05:00
2023-08-06 07:05:56 -04:00
2024-02-14 08:55:01 -05:00

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