Changeset 3017 for trunk


Ignore:
Timestamp:
Apr 7, 2007, 7:34:06 AM (18 years ago)
Author:
bird
Message:

A toupper/lower testcase.

Location:
trunk/libc/tests/libc
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/libc/tests/libc/Makefile

    r3009 r3017  
    9090        smoketests/tempnam-1.c \
    9191        smoketests/tmpfile-1.c \
     92        smoketests/toupperlower-1.c \
     93        smoketests/toupperlower-2.c \
    9294        smoketests/usleep-1.c \
    9395        smoketests/waitpid-1.c \
     
    170172$(eval _EXEC := $(strip $(if $($1_DIR),\
    171173        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))))
    173175
    174176$(OUTDIR)/$2.result: $1 $(OUTDIR)/$(dir $1).dir_created $($(1)_DEPS)
Note: See TracChangeset for help on using the changeset viewer.