Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
include-test.mk
blob: 3608fc2690ba13ece07980cd4486a5f3e50442ee [
file
] [
log
] [
blame
]
$
(
shell echo
"INCLUDED2 = yes"
>
local
-
include
.
inc
)
include $
(
TESTPATH
)/
include
-
file
.
inc
local
-
include
.
inc
all
:
test
"$(INCLUDED)"
=
"yes"
test
"$(INCLUDED2)"
=
"yes"
@echo
TEST
-
PASS