Changeset 2194
- Timestamp:
- Jul 3, 2005, 9:59:07 AM (20 years ago)
- Location:
- trunk/src/libctests/glibc
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/libctests/glibc/Makefile ¶
-
Property cvs2svn:cvs-rev
changed from
1.16
to1.17
r2193 r2194 49 49 -DHAVE_SWPRINTF \ 50 50 -DHAVE_RPC_NETDB_H \ 51 -DHAVE_NL_LANGINFO_EXTENTIONS 51 -DHAVE_NL_LANGINFO_EXTENTIONS \ 52 -DHAVE_FPUTWS 52 53 endif 53 54 … … 63 64 io/test-stat.c \ 64 65 io/test-stat2.c \ 66 \ 67 libio/bug-ftell.c \ 68 libio/bug-mmap-fflush.c \ 69 libio/bug-rewind.c \ 70 libio/bug-rewind2.c \ 71 libio/bug-ungetwc1.c \ 72 libio/bug-ungetwc2.c \ 73 libio/bug-wfflush.c \ 74 libio/test-fmemopen.c \ 75 libio/tst-ext.c \ 76 libio/tst-fgetws.c \ 77 libio/tst-fopenloc.c \ 78 libio/tst-swscanf.c \ 79 libio/tst-ungetwc1.c \ 80 libio/tst-ungetwc2.c \ 81 libio/tst-widetext.c \ 82 libio/tst_getwc.c \ 83 libio/tst_putwc.c \ 84 libio/tst_swprintf.c \ 85 libio/tst_swscanf.c \ 86 libio/tst_wprintf.c \ 87 libio/tst_wprintf2.c \ 88 libio/tst_wscanf.c \ 65 89 \ 66 90 login/tst-grantpt.c \ … … 177 201 dirent/opendir-tst1.c \ 178 202 catgets/test-gencat.c \ 179 math/test-fenv.c 203 math/test-fenv.c \ 204 libio/bug-fopena+.c \ 205 libio/tst-sscanf.c 180 206 181 207 # NOTES: … … 386 412 libio/tst_wscanf.c_INPUT = libio/tst_wscanf.input 387 413 388 # todo libio/test-freopen.sh 414 libio/test-freopen.c_ARGS = $(ABSOUTDIR)/libio/test-freopen.out 415 libio/test-freopen.c_EXPECT = libio/test-freopen.expect 416 libio/test-freopen.c_EXPECT_FILE = $(OUTDIR)/libio/test-freopen.out 417 libio/test-freopen.c_EXPECT_TEXT = yes 389 418 390 419 LINUXTHREADS := # skipped -
Property cvs2svn:cvs-rev
changed from
-
TabularUnified trunk/src/libctests/glibc/libio/test-freopen.c ¶
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2193 r2194 50 50 } 51 51 52 #ifdef HAVE_FPUTWS 52 53 fputws (L"Hello world (wc)\n", fp); 54 #else 55 fputs ("Hello world (wc)\n", fp); 56 #endif 53 57 54 58 fclose (fp); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.