mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
13 lines
187 B
Plaintext
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@
|