1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

getusershell tests: Fix link error on MSVC.

* modules/getusershell-tests (Makefile.am): Link test-getusershell with
$(LIBINTL).
This commit is contained in:
Bruno Haible
2024-05-17 23:33:17 +02:00
parent c7eb28f79c
commit a103189ca4
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2024-05-17 Bruno Haible <bruno@clisp.org>
getusershell tests: Fix link error on MSVC.
* modules/getusershell-tests (Makefile.am): Link test-getusershell with
$(LIBINTL).
2024-05-17 Bruno Haible <bruno@clisp.org> 2024-05-17 Bruno Haible <bruno@clisp.org>
tests: Mark tests that fail on NetBSD as expected failures. tests: Mark tests that fail on NetBSD as expected failures.

View File

@@ -11,3 +11,4 @@ configure.ac:
Makefile.am: Makefile.am:
TESTS += test-getusershell TESTS += test-getusershell
check_PROGRAMS += test-getusershell check_PROGRAMS += test-getusershell
test_getusershell_LDADD = $(LDADD) $(LIBINTL)