diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-05-30 01:37:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-05-30 01:37:13 +0000 |
commit | d951286f645cc1d6f719c0c715620fc395c049d4 (patch) | |
tree | ff756b3d8cb561d733337cf27bca2e26358852ba /.cvsignore | |
parent | 76b87c039ba8d20add4f52ba43f3471fd92e210b (diff) | |
download | glibc-d951286f645cc1d6f719c0c715620fc395c049d4.tar.gz glibc-d951286f645cc1d6f719c0c715620fc395c049d4.tar.xz glibc-d951286f645cc1d6f719c0c715620fc395c049d4.zip |
Update. cvs/libc-ud-970539 cvs/libc-ud-970529
* io/Makefile (test-srcs): Add ftwtest. (distribute): Add ftwtest-sh. (tests): Call ftwtest-sh for this goal. * io/ftwtest-sh: New file. Sets up test environment, calls test program and compares the result. * io/ftwtest.c: Test program for ftw. * misc/search.h: Add comments. Declare tdestroy. * misc/tsearch.c (tdestroy): New function.
Diffstat (limited to '.cvsignore')
-rw-r--r-- | .cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore index 1378938989..e724ae9d55 100644 --- a/.cvsignore +++ b/.cvsignore @@ -14,6 +14,7 @@ gpl2lgpl.sed distinfo distinfo +test-include analysis docs |