Changeset 2190
- Timestamp:
- Jul 3, 2005, 8:34:09 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.14
to1.15
r2189 r2190 54 54 ifeq ($(TARGET),innoteklibc) 55 55 SKIPPED := \ 56 assert/test-assert-perr.c \ 57 \ 58 inet/bug-if1.c \ 59 inet/test-ifaddrs.c \ 60 inet/test_ifindex.c \ 61 inet/tst-ether_aton.c \ 62 \ 56 63 io/test-stat.c \ 57 64 io/test-stat2.c \ … … 162 169 misc/tst-tsearch.c \ 163 170 misc/tst-dirname.c \ 164 io/bug-ftw4.c 171 io/bug-ftw4.c \ 172 iconv/tst-iconv1.c \ 173 iconv/tst-iconv2.c \ 174 iconv/tst-iconv3.c \ 175 iconv/tst-iconv5.c \ 176 grp/testgrp.c \ 177 dirent/opendir-tst1.c \ 178 catgets/test-gencat.c 165 179 166 180 # NOTES: … … 174 188 # misc/tst-tsearch.c: This really needs looking at on BSD. 175 189 # io/bug-ftw4.c: open("dir") 190 # iconv/*.c: Are all about UCS4 which we don't support. 191 # dirent/opendir-tst1.c: Uses a FIFO. 176 192 177 193 CFLAGS += -Zomf -g -I sysdeps/os2 \ … … 250 266 CATGETS := \ 251 267 catgets/test-gencat.c 252 268 253 269 #CONFORM - separate. 254 270 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.