diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-13 07:33:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-13 07:33:09 +0000 |
commit | 7e39d8025d5c9d02c61f1506642c7dd91a1e461a (patch) | |
tree | bab2e92125e1a88efe62fea64c7b503d0671c2b4 /libio/Makefile | |
parent | ed36f224c30088f10ecb0f190091508e917379a3 (diff) | |
download | glibc-7e39d8025d5c9d02c61f1506642c7dd91a1e461a.tar glibc-7e39d8025d5c9d02c61f1506642c7dd91a1e461a.tar.gz glibc-7e39d8025d5c9d02c61f1506642c7dd91a1e461a.tar.bz2 glibc-7e39d8025d5c9d02c61f1506642c7dd91a1e461a.zip |
* libio/Makefile (tests): Add tst-ext2.
* libio/tst-ext2.c: New file.
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile index 553fbda74a..31fac70cfd 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2002,2003,2004,2006 Free Software Foundation, Inc. +# Copyright (C) 1995-2002,2003,2004,2006,2007 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 @@ -48,7 +48,7 @@ routines := \ libc_fatal fmemopen tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ - tst_wprintf2 tst-widetext test-fmemopen tst-ext tst-fopenloc \ + tst_wprintf2 tst-widetext test-fmemopen tst-ext tst-ext2 tst-fopenloc \ tst-fgetws tst-ungetwc1 tst-ungetwc2 tst-swscanf tst-sscanf \ tst-mmap-setvbuf bug-ungetwc1 bug-ungetwc2 tst-atime tst-eof \ tst-freopen bug-rewind bug-rewind2 bug-ungetc bug-fseek \ |