mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
11 lines
131 B
Makefile
11 lines
131 B
Makefile
#T gmake skip
|
|
#T returncode: 2
|
|
|
|
all: file1 filemissing
|
|
@echo TEST-PASS
|
|
|
|
includedeps $(TESTPATH)/includedeps.deps
|
|
|
|
file:
|
|
touch $@
|