diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-08 23:54:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-08 23:54:11 +0000 |
commit | 444518fedfcd3200d78744365373cebbbb9016fd (patch) | |
tree | ed3a758ad8c2f5765d6756ea1a052506d9e2bc59 /misc/Makefile | |
parent | 5bc2f642a77010ef3d118dc286b39fa4a7f21699 (diff) | |
download | glibc-444518fedfcd3200d78744365373cebbbb9016fd.zip glibc-444518fedfcd3200d78744365373cebbbb9016fd.tar.gz glibc-444518fedfcd3200d78744365373cebbbb9016fd.tar.bz2 |
Update.
1998-05-08 23:49 Ulrich Drepper <drepper@cygnus.com>
* misc/Makefile (tests): Add tst-mntent.
* misc/tst-mntent.c: New file.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index c8b2302..52bf339 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -61,7 +61,7 @@ aux := init-misc install-lib := libbsd-compat.a libg.a gpl2lgpl := error.c error.h -tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt +tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt tst-mntent include ../Rules |