Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 8 Jun 1999 11:46:01 +0000 (11:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 8 Jun 1999 11:46:01 +0000 (11:46 +0000)
1999-06-08  Ulrich Drepper  <drepper@cygnus.com>

* grp/Makefile (tests): Add tst_fgetgrent.
* grp/tst_fgetgrent.c: New file.
Patches by Andreas Jaeger <aj@arthur.rhein-neckar.de>.

ChangeLog
grp/Makefile

index 03937bd..c68b05d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-06-08  Ulrich Drepper  <drepper@cygnus.com>
+
+       * grp/Makefile (tests): Add tst_fgetgrent.
+       * grp/tst_fgetgrent.c: New file.
+       Patches by Andreas Jaeger <aj@arthur.rhein-neckar.de>.
+
 1999-06-07  Roland McGrath  <roland@baalperazim.frob.com>
 
        * db2/os/os_oflags.c (__db_oflags): Fix checking of O_ACCMODE bits to
index f8e460e..5ca4953 100644 (file)
@@ -26,7 +26,7 @@ routines := fgetgrent initgroups setgroups \
            getgrent getgrgid getgrnam putgrent \
            getgrent_r getgrgid_r getgrnam_r fgetgrent_r
 
-tests := testgrp
+tests := testgrp tst_fgetgrent
 
 include ../Rules