Changeset 2046 for trunk/src/libctests/glibc/Makefile
- Timestamp:
- Jun 17, 2005, 7:01:53 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r2045 r2046 51 51 ifeq ($(TARGET),bsd) 52 52 SKIPPED := \ 53 argp/tst-argp1.c \ 54 argp/argp-test.c \ 55 \ 56 assert/test-assert-perr.c \ 57 \ 58 crypt/cert.c \ 59 \ 60 iconv/tst-iconv1.c \ 61 iconv/tst-iconv2.c \ 62 iconv/tst-iconv3.c \ 63 iconv/tst-iconv5.c \ 64 \ 65 inet/tst-ether_aton.c \ 66 \ 67 intl/tst-ngettext.c \ 68 \ 53 69 string/test-mempcpy.c \ 54 70 string/test-stpncpy.c \ 55 71 string/tst-bswap.c \ 56 72 string/tst-strfry.c 57 EXCEPTIONS := 73 EXCEPTIONS := \ 74 catgets/test-gencat.c 58 75 _TARGET_OK := ok 59 76 CFLAGS += -I sysdeps/unix/bsd -D__BSD__ … … 618 635 @echo "* SKIPPING : $1" 619 636 @echo "SKIPPED" > $$@ 637 638 _TESTS += $(OUTDIR)/$2.result 639 $(eval _$(TEST) += $(OUTDIR)/$2.result) 620 640 endef 621 641 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.