Changeset 2116 for trunk/src/libctests/glibc/Makefile
- Timestamp:
- Jun 30, 2005, 5:16:59 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.9
to1.10
r2115 r2116 52 52 ifeq ($(TARGET),innoteklibc) 53 53 SKIPPED := \ 54 posix/bug-ga1.c \ 55 posix/bug-ga2.c \ 56 posix/test-vfork.c \ 57 \ 58 pwd/tst-getpw.c \ 59 \ 54 60 stdio-common/tst-cookie.c \ 55 61 stdio-common/tst-fmemopen.c \ … … 88 94 time/tst-posixtz.c \ 89 95 time/tst-strftime.c \ 90 stdlib/tst-bsearch.c \91 stdlib/tst-qsort.c \92 96 stdlib/tst-putenv.c \ 93 97 stdio-common/test-popen.c \ 94 98 stdio-common/test-vfprintf.c \ 95 99 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 97 104 98 105 # NOTES: … … 448 455 posix/tst-pcre.c_ARGS = posix/PCRE.tests 449 456 posix/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/"457 posix/bug-glob1.c_ARGS = "." 458 posix/tst-execvp3.c_ARGS = --test-dir="." 452 459 453 460 … … 457 464 RESOLV := \ 458 465 resolv/tst-aton.c \ 459 resolv/tst-leaks.c 466 resolv/tst-leaks.c \ 467 resolv/tst-leaks2.c 468 ifeq ($(TARGET),glibc) 460 469 resolv/tst-leaks.c_LDFLAGS = -lresolv 470 resolv/tst-leaks2.c_LDFLAGS = -lresolv 471 endif 461 472 462 473 RT := # todo -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.