]> Savannah Git Hosting - gnulib.git/commitdiff
getusershell tests: Fix link error on MSVC.
authorBruno Haible <bruno@clisp.org>
Fri, 17 May 2024 21:33:17 +0000 (23:33 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 17 May 2024 21:33:17 +0000 (23:33 +0200)
* modules/getusershell-tests (Makefile.am): Link test-getusershell with
$(LIBINTL).

ChangeLog
modules/getusershell-tests

index add0f34488b10e1e6a959468fd636148b6ae6f19..a6dfe2c370bea184bac341b2c54fecb00a5de90d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        tests: Mark tests that fail on NetBSD as expected failures.
index 2491caaab5946f69cdc95fffe8b3ce700957ef04..23c4501c1cb6fba7f8a2bcefa2acfab05acc4e05 100644 (file)
@@ -11,3 +11,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-getusershell
 check_PROGRAMS += test-getusershell
+test_getusershell_LDADD = $(LDADD) $(LIBINTL)