diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-15 19:57:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-15 19:57:43 +0000 |
commit | 093b0a7df155f48803cde51ebf0694e2963a3b0c (patch) | |
tree | 4143c32b7a1db06ea9fdddddc5b95e7284bdc2ea /stdio-common/Makefile | |
parent | 3f1866e36276299c6552359619307a4912c2eec7 (diff) | |
download | glibc-093b0a7df155f48803cde51ebf0694e2963a3b0c.tar glibc-093b0a7df155f48803cde51ebf0694e2963a3b0c.tar.gz glibc-093b0a7df155f48803cde51ebf0694e2963a3b0c.tar.bz2 glibc-093b0a7df155f48803cde51ebf0694e2963a3b0c.zip |
Update.
* stdio-common/Makefile (tests): Add tst-gets.
* stdio-common/tst-gets.c: New file.
* stdio-common/tst-gets.input: New file.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 8e9fe2e91c..ea078ad947 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1991-1999, 2000, 2001 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 @@ -55,7 +55,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tfformat tiformat tllformat tstdiomisc tst-printfsz tst-wc-printf \ scanf1 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 scanf10 \ scanf12 tst-tmpnam tst-cookie tst-obprintf tst-sscanf tst-swprintf \ - tst-fseek tst-fmemopen test-vfprintf + tst-fseek tst-fmemopen test-vfprintf tst-gets test-srcs = tst-unbputc tst-printf |