mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 22:32:05 +00:00
7 lines
80 B
Makefile
7 lines
80 B
Makefile
#T returncode: 2
|
|
|
|
all:
|
|
echo "Hello" \\
|
|
test "world" = "not!"
|
|
@echo TEST-PASS
|