summary refs log tree commit diff
path: root/pwd/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-30 17:17:53 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-30 17:17:53 +0000
commitc11f120913b8c6a6be67ddf3dc36a3d239f2f322 (patch)
tree4dd074c1148acea25855131349bad262489b3220 /pwd/Makefile
parent0ea5db4f1f55e55942f6afd0e4e69ceb2163ed25 (diff)
downloadglibc-c11f120913b8c6a6be67ddf3dc36a3d239f2f322.tar.gz
glibc-c11f120913b8c6a6be67ddf3dc36a3d239f2f322.tar.xz
glibc-c11f120913b8c6a6be67ddf3dc36a3d239f2f322.zip
Update.
1999-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* pwd/Makefile (tests): Add rules for tst-getpw.

	* pwd/tst-getpw.c: New program to test getpw.
Diffstat (limited to 'pwd/Makefile')
-rw-r--r--pwd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pwd/Makefile b/pwd/Makefile
index 30453f88c8..af9485b1ae 100644
--- a/pwd/Makefile
+++ b/pwd/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 1996, 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -26,6 +26,8 @@ routines := fgetpwent getpw putpwent \
 	    getpwent getpwnam getpwuid \
 	    getpwent_r getpwnam_r getpwuid_r fgetpwent_r
 
+tests := tst-getpw
+
 include ../Rules
 
 ifeq ($(have-thread-library),yes)