1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/execinfo-tests
Bruno Haible 5c5e2eae1e execinfo tests: Strengthen tests.
* tests/test-execinfo.c (test_backtrace): Add an argument. Check the
return value of backtrace(). Check that backtrace_symbols_fd is defined.
Check the return value of backtrace_symbols().
(main): Test also the case of a short buffer.
* modules/execinfo-tests (Makefile.am): Verify that LIB_EXECINFO is
defined.
2024-05-12 12:29:38 +02:00

13 lines
187 B
Plaintext

Files:
tests/test-execinfo.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-execinfo
check_PROGRAMS += test-execinfo
test_execinfo_LDADD = $(LDADD) @LIB_EXECINFO@