1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/getusershell-tests
Bruno Haible a103189ca4 getusershell tests: Fix link error on MSVC.
* modules/getusershell-tests (Makefile.am): Link test-getusershell with
$(LIBINTL).
2024-05-17 23:33:17 +02:00

15 lines
224 B
Plaintext

Files:
tests/test-getusershell.c
tests/signature.h
tests/macros.h
Depends-on:
strdup
configure.ac:
Makefile.am:
TESTS += test-getusershell
check_PROGRAMS += test-getusershell
test_getusershell_LDADD = $(LDADD) $(LIBINTL)