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