Ignore:
Timestamp:
Jun 17, 2005, 7:01:53 AM (20 years ago)
Author:
bird
Message:

Porting to FreeBSD 64-bit

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r2045 r2046  
    5151ifeq ($(TARGET),bsd)
    5252SKIPPED    := \
     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        \
    5369        string/test-mempcpy.c \
    5470        string/test-stpncpy.c \
    5571        string/tst-bswap.c \
    5672        string/tst-strfry.c
    57 EXCEPTIONS :=
     73EXCEPTIONS := \
     74        catgets/test-gencat.c
    5875_TARGET_OK := ok
    5976CFLAGS     += -I sysdeps/unix/bsd -D__BSD__
     
    618635        @echo "* SKIPPING : $1"
    619636        @echo "SKIPPED" > $$@
     637       
     638_TESTS += $(OUTDIR)/$2.result
     639$(eval _$(TEST) += $(OUTDIR)/$2.result)
    620640endef
    621641
Note: See TracChangeset for help on using the changeset viewer.