blob: a94c74f6f38bc3bf5381532d61a646862c542987 [file] [log] [blame]
#T returncode: 2
#T commandline: ['-j4']
$(shell touch foo.in)
all: foo.in foo.out missing
@echo TEST-PASS
%.out: %.in
cp $< $@