Ignore:
Timestamp:
Jun 30, 2005, 5:16:59 AM (20 years ago)
Author:
bird
Message:

...

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r2115 r2116  
    5252ifeq ($(TARGET),innoteklibc)
    5353SKIPPED    := \
     54        posix/bug-ga1.c \
     55        posix/bug-ga2.c \
     56        posix/test-vfork.c \
     57        \
     58        pwd/tst-getpw.c \
     59        \
    5460        stdio-common/tst-cookie.c \
    5561        stdio-common/tst-fmemopen.c \
     
    8894        time/tst-posixtz.c \
    8995        time/tst-strftime.c \
    90         stdlib/tst-bsearch.c \
    91         stdlib/tst-qsort.c \
    9296        stdlib/tst-putenv.c \
    9397        stdio-common/test-popen.c \
    9498        stdio-common/test-vfprintf.c \
    9599        stdio-common/tst-fphex.c \
    96     stdio-common/tstscanf.c
     100    stdio-common/tstscanf.c \
     101        resolv/tst-aton.c \
     102        posix/bug-glob1.c \
     103        posix/bug-glob2.c
    97104       
    98105# NOTES:       
     
    448455posix/tst-pcre.c_ARGS = posix/PCRE.tests
    449456posix/tst-boost.c_ARGS = posix/BOOST.tests
    450 posix/bug-glob1.c_ARGS = "$(OBJDIR)/posix/"
    451 posix/tst-execvp3.c_ARGS = --test-dir="$(OBJDIR)/posix/"
     457posix/bug-glob1.c_ARGS = "."
     458posix/tst-execvp3.c_ARGS = --test-dir="."
    452459       
    453460
     
    457464RESOLV := \
    458465        resolv/tst-aton.c \
    459         resolv/tst-leaks.c
     466        resolv/tst-leaks.c \
     467        resolv/tst-leaks2.c
     468ifeq ($(TARGET),glibc)
    460469resolv/tst-leaks.c_LDFLAGS = -lresolv
     470resolv/tst-leaks2.c_LDFLAGS = -lresolv
     471endif
    461472       
    462473RT :=  # todo
Note: See TracChangeset for help on using the changeset viewer.