diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-06 20:12:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-06 20:12:31 +0000 |
commit | 5ab1c0338141dae86d5490ce448446ab7534ee8f (patch) | |
tree | 0c32e19a728d09f199f773e343e4c75bea56770a | |
parent | 93160baaa0ce41403b9eeb8bac3f24f31810db0d (diff) | |
download | glibc-5ab1c0338141dae86d5490ce448446ab7534ee8f.tar glibc-5ab1c0338141dae86d5490ce448446ab7534ee8f.tar.gz glibc-5ab1c0338141dae86d5490ce448446ab7534ee8f.tar.bz2 glibc-5ab1c0338141dae86d5490ce448446ab7534ee8f.zip |
Update.
* inet/Makefile (tests): Add tst-ipnode.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | inet/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ 1999-08-06 Ulrich Drepper <drepper@cygnus.com> + * inet/Makefile (tests): Add tst-ipnode. * inet/tst-ipnode.c: New file. 1999-08-06 Andreas Schwab <schwab@suse.de> diff --git a/inet/Makefile b/inet/Makefile index 14bc027a0b..aabe332793 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -47,7 +47,7 @@ routines := htonl htons \ getaliasent_r getaliasent getaliasname getaliasname_r \ in6_addr getnameinfo if_index getipnodebyad freehostent -tests := htontest test_ifindex tst-ntoa tst-ether_aton +tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-ipnode # No warnings about losing BSD code. CFLAGS-rcmd.c = -w |