Home
last modified time | relevance | path

Searched refs:CHECK_PROGS (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/htl/tests/
DMakefile15 CHECK_PROGS := $(basename $(notdir $(CHECK_SRC))) \ macro
27 check: $(CHECK_OBJS) $(CHECK_PROGS)
28 for i in $(CHECK_PROGS); do \
39 rm -f $(CHECK_OBJS) $(CHECK_PROGS) \
40 $(addsuffix .out,$(basename $(notdir $(CHECK_PROGS))))