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:
@@ -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.
|
||||
|
@@ -11,3 +11,4 @@ configure.ac:
|
||||
Makefile.am:
|
||||
TESTS += test-getusershell
|
||||
check_PROGRAMS += test-getusershell
|
||||
test_getusershell_LDADD = $(LDADD) $(LIBINTL)
|
||||
|
Reference in New Issue
Block a user