mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
6 lines
78 B
Makefile
6 lines
78 B
Makefile
all: test
|
|
@echo TEST-PASS
|
|
|
|
test: ; test "Hello \
|
|
world" = "Hello world"
|