Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
shellfunc.mk
blob: 1e408dbaca91ec283246f80e7a8453a30a0b2e8b [
file
] [
log
] [
blame
]
all
:
testfile
test
"$(shell cat $<)"
=
"Hello world"
test
"$(shell printf "
\n
")"
=
""
@echo
TEST
-
PASS
testfile
:
printf
"Hello\nworld\n"
>
$@