Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
native-command-delay-load.mk
blob: a9f3774eb4c597d31ef039e8fe1161af4f71d3b5 [
file
] [
log
] [
blame
]
#T gmake skip
# This test exists to verify that sys.path is adjusted during command
# execution and that delay importing a module will work.
CMD
=
%
pycmd delayloadfn
PYCOMMANDPATH
=
$
(
TESTPATH
)
$
(
TESTPATH
)/
subdir
all
:
$
(
CMD
)
@echo
TEST
-
PASS