Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
var-commandline.mk
blob: e2cdad457206f640ce4d2cfd4ac437400d777491 [
file
] [
log
] [
blame
]
#T commandline: ['TESTVAR=$(MAKEVAL)', 'TESTVAR2:=$(MAKEVAL)']
MAKEVAL
=
testvalue
all
:
test
"$(TESTVAR)"
=
"testvalue"
test
"$(TESTVAR2)"
=
""
@echo
"TEST-PASS"