mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
7 lines
80 B
Makefile
7 lines
80 B
Makefile
#T returncode: 2
|
|
|
|
all:
|
|
echo "Hello" \\
|
|
test "world" = "not!"
|
|
@echo TEST-PASS
|