Changeset 2194 for trunk/src/libctests


Ignore:
Timestamp:
Jul 3, 2005, 9:59:07 AM (20 years ago)
Author:
bird
Message:

libio on libc.

Location:
trunk/src/libctests/glibc
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/Makefile

    • Property cvs2svn:cvs-rev changed from 1.16 to 1.17
    r2193 r2194  
    4949        -DHAVE_SWPRINTF \
    5050        -DHAVE_RPC_NETDB_H \
    51         -DHAVE_NL_LANGINFO_EXTENTIONS
     51        -DHAVE_NL_LANGINFO_EXTENTIONS \
     52        -DHAVE_FPUTWS
    5253endif
    5354
     
    6364        io/test-stat.c \
    6465        io/test-stat2.c \
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
    6589        \
    6690        login/tst-grantpt.c \
     
    177201        dirent/opendir-tst1.c \
    178202        catgets/test-gencat.c \
    179         math/test-fenv.c
     203        math/test-fenv.c \
     204        libio/bug-fopena+.c     \
     205        libio/tst-sscanf.c
    180206       
    181207# NOTES:       
     
    386412libio/tst_wscanf.c_INPUT = libio/tst_wscanf.input
    387413       
    388 # todo libio/test-freopen.sh
     414libio/test-freopen.c_ARGS = $(ABSOUTDIR)/libio/test-freopen.out
     415libio/test-freopen.c_EXPECT      = libio/test-freopen.expect
     416libio/test-freopen.c_EXPECT_FILE = $(OUTDIR)/libio/test-freopen.out
     417libio/test-freopen.c_EXPECT_TEXT = yes
    389418
    390419LINUXTHREADS := # skipped
  • trunk/src/libctests/glibc/libio/test-freopen.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2193 r2194  
    5050    }
    5151
     52
    5253  fputws (L"Hello world (wc)\n", fp);
     54
     55
     56
    5357
    5458  fclose (fp);
Note: See TracChangeset for help on using the changeset viewer.