Changeset 3017
- Timestamp:
- Apr 7, 2007, 7:34:06 AM (18 years ago)
- Location:
- trunk/libc/tests/libc
- Files:
-
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/tests/libc/Makefile
r3009 r3017 90 90 smoketests/tempnam-1.c \ 91 91 smoketests/tmpfile-1.c \ 92 smoketests/toupperlower-1.c \ 93 smoketests/toupperlower-2.c \ 92 94 smoketests/usleep-1.c \ 93 95 smoketests/waitpid-1.c \ … … 170 172 $(eval _EXEC := $(strip $(if $($1_DIR),\ 171 173 cd $($(1)_DIR) && LC_ALL=C $($1_ENVS) $(ABSOUTDIR)/$(2).exe $($1_ARGS),\ 172 cd $(dir $(OUTDIR)/$2) && LC_ALL=C $($1_ENVS) $(notdir $2).exe $($1_ARGS))))174 cd $(dir $(OUTDIR)/$2) && LC_ALL=C $($1_ENVS) ./$(notdir $2).exe $($1_ARGS)))) 173 175 174 176 $(OUTDIR)/$2.result: $1 $(OUTDIR)/$(dir $1).dir_created $($(1)_DEPS)
Note:
See TracChangeset
for help on using the changeset viewer.