Files
libunwind/tests
..
2022-08-04 20:14:42 -04:00
2023-07-05 14:03:58 -04:00
2019-10-31 08:11:23 -07:00
2012-09-28 14:51:21 +03:00
2023-06-15 10:43:21 -04:00
2023-07-05 14:03:58 -04:00
2025-02-25 15:55:23 -05:00
2003-02-14 06:25:36 +00:00
2023-11-29 15:47:17 -05:00
2023-11-29 15:47:17 -05:00
2004-05-04 22:19:18 +00:00
2004-05-04 22:19:18 +00:00
2004-05-06 20:26:29 +00:00
2004-05-04 22:19:18 +00:00
2010-03-08 00:20:23 +02:00
2023-05-30 21:27:48 -04:00
2004-09-15 11:37:04 +00:00
2004-05-04 22:19:18 +00:00
2004-05-04 22:19:18 +00:00
2004-05-04 22:19:18 +00:00
2004-05-04 22:19:18 +00:00
2004-05-04 22:19:18 +00:00
2012-09-28 14:51:21 +03:00
2007-08-02 09:59:43 -06:00
2007-08-02 09:59:43 -06: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
2012-09-28 14:51:21 +03: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