ref: 9e7b8848343bdb7e2a44c5273dd7766353fdac2e
dir: /tests/libc/execute/Makefile/
.POSIX:
ROOT = ../../..
CFLAGS =
CC = SCCPREFIX=$(ROOT) ./cc.sh
.c:
$(CC) $(CFLAGS) -o $@ $<
all: tests
tests:
@CFLAGS='' SCCPREFIX=$(ROOT) ./chktest.sh libc-tests.lst
clean:
rm -f *.o *core test.log `awk '{print $$1}' libc-tests.lst`