mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/getopt-posix-tests (test_getopt_posix_LDADD): Fix typo: the last ‘_’ was missing in the name. I suspect that the typo explains this build failure: https://buildfarm.opencsw.org/buildbot/builders/ggrep-solaris10-sparc/builds/39 although I can’t reproduce the problem on Solaris 10 sparc.
21 lines
298 B
Plaintext
21 lines
298 B
Plaintext
Files:
|
|
tests/macros.h
|
|
tests/signature.h
|
|
tests/test-getopt-posix.c
|
|
tests/test-getopt-main.h
|
|
tests/test-getopt.h
|
|
|
|
Depends-on:
|
|
dup2
|
|
setenv
|
|
stdbool
|
|
unistd
|
|
unsetenv
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-getopt-posix
|
|
check_PROGRAMS += test-getopt-posix
|
|
test_getopt_posix_LDADD = $(LDADD) $(LIBINTL)
|