Changeset 2240 for trunk/src/libctests/glibc/Makefile
- Timestamp:
- Jul 10, 2005, 11:12:06 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.18
to1.19
r2239 r2240 105 105 posix/bug-ga1.c \ 106 106 posix/bug-ga2.c \ 107 posix/bug-regex1.c \108 posix/bug-regex10.c \109 posix/bug-regex13.c \110 posix/bug-regex14.c \111 posix/bug-regex16.c \112 posix/bug-regex17.c \113 posix/bug-regex19.c \114 posix/bug-regex20.c \115 posix/bug-regex22.c \116 posix/bug-regex4.c \117 posix/bug-regex7.c \118 posix/bug-regex8.c \119 posix/runtests.c \120 107 posix/test-vfork.c \ 121 108 posix/tst-boost.c \ … … 132 119 posix/tst-mmap.c \ 133 120 posix/tst-preadwrite64.c \ 134 posix/tst-rxspencer.c \135 121 posix/tst-truncate64.c \ 136 122 posix/tst-vfork1.c \ … … 182 168 posix/bug-glob1.c \ 183 169 posix/bug-glob2.c \ 184 posix/bug-regex11.c \185 posix/bug-regex15.c \186 170 posix/bug-regex18.c \ 187 posix/bug-regex 9.c \171 posix/bug-regex22.c \ 188 172 posix/testfnm.c \ 189 173 posix/tst-chmod.c \ … … 191 175 posix/tst-fnmatch.c \ 192 176 posix/tst-pcre.c \ 177 posix/tst-rxspencer.c \ 193 178 misc/tst-tsearch.c \ 194 179 misc/tst-dirname.c \ … … 231 216 _TARGET_OK := ok 232 217 233 posix/runptests.c_ARGS = 15 # expect 15 errors218 posix/runptests.c_ARGS = 0 # expect 0 errors ? 234 219 math/test-float.c_ARGS = -e 273 # expect 273 errors 235 220 math/test-ifloat.c_ARGS = -e 217 # expect 217 errors … … 580 565 posix/tst-dir.c_ARGS = `pwd` `pwd`/$(OUTDIR)/posix `pwd`/$(OUTDIR) `pwd`/$(OUTDIR)/tst-dir.exe 581 566 posix/tst-chmod.c_ARGS = `pwd`/posix 582 posix/tst-rxspencer.c_ARGS = --utf8 posix/rxspencer/tests567 posix/tst-rxspencer.c_ARGS = --utf8 $(CURDIR)/posix/rxspencer/tests 583 568 posix/tst-pcre.c_ARGS = $(CURDIR)/posix/PCRE.tests 584 569 posix/tst-boost.c_ARGS = $(CURDIR)/posix/BOOST.tests … … 830 815 if ( $(_EXEC) )$(if $($(1)_INPUT), < $($(1)_INPUT)); then \ 831 816 echo OK > $$@; \ 832 printf "########## %-26s - SUCCESS \n" "$1"; \817 printf "########## %-26s - SUCCESS $(if $(filter $1,$(EXPECTED)),!Used to fail!)\n" "$1"; \ 833 818 else \ 834 819 echo "## rc=$$$$?"; \ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.