mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
xalloc-die-tests: add missing library
* modules/xalloc-die-tests (Makefile.am): Add LDADD line. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2009-11-19 Eric Blake <ebb9@byu.net>
|
||||
|
||||
xalloc-die-tests: add missing library
|
||||
* modules/xalloc-die-tests (Makefile.am): Add LDADD line.
|
||||
|
||||
test-xvasprintf: silence compiler warnings
|
||||
* tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
|
||||
empty string from gcc.
|
||||
|
||||
@@ -8,3 +8,4 @@ Makefile.am:
|
||||
TESTS += test-xalloc-die.sh
|
||||
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
|
||||
check_PROGRAMS += test-xalloc-die
|
||||
test_xalloc_die_LDADD = $(LDADD) @LIBINTL@
|
||||
|
||||
Reference in New Issue
Block a user