annotate modules/xalloc-die-tests @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents ae28326ff93e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12295
b8c65d432a3e Add xalloc-die self-test.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
1 Files:
b8c65d432a3e Add xalloc-die self-test.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
2 tests/test-xalloc-die.c
12301
8cf4c5e7274b xalloc-die-tests: avoid printing null pointer
Eric Blake <ebb9@byu.net>
parents: 12295
diff changeset
3 tests/test-xalloc-die.sh
12295
b8c65d432a3e Add xalloc-die self-test.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
4
b8c65d432a3e Add xalloc-die self-test.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
5 Depends-on:
16183
928411ca75b9 maint: remove explicit Files: tests/init.sh; depend on test-framework-sh
Jim Meyering <meyering@redhat.com>
parents: 12775
diff changeset
6 test-framework-sh
12295
b8c65d432a3e Add xalloc-die self-test.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
7
b8c65d432a3e Add xalloc-die self-test.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
8 Makefile.am:
12301
8cf4c5e7274b xalloc-die-tests: avoid printing null pointer
Eric Blake <ebb9@byu.net>
parents: 12295
diff changeset
9 TESTS += test-xalloc-die.sh
12295
b8c65d432a3e Add xalloc-die self-test.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
10 check_PROGRAMS += test-xalloc-die
12324
1e925352367b xalloc-die-tests: add missing library
Eric Blake <ebb9@byu.net>
parents: 12305
diff changeset
11 test_xalloc_die_LDADD = $(LDADD) @LIBINTL@