1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/servent-tests
Collin Funk cbe5f76835 servent tests: Fix failure due to missing htons declaration.
* modules/servent-tests (Depends-on): Add htonl.
(Makefile.am): Link program to $(HTONL_LIB).
* tests/test-servent.c (main): Fix formatting and typo.
2024-12-31 19:51:26 -08:00

14 lines
205 B
Plaintext

Files:
tests/test-servent.c
tests/signature.h
Depends-on:
htonl
configure.ac:
Makefile.am:
TESTS += test-servent
check_PROGRAMS += test-servent
test_servent_LDADD = $(LDADD) $(SERVENT_LIB) $(HTONL_LIB)