Files
tubestation/build/pymake/tests/native-command-delay-load.mk
Gregory Szorc ee8de2df32 Bug 951736 - Adjust sys.path while native commands are executed; r=ted
The previous behavior only adjusted sys.path during module import. This
caused problems when there were delayed imports.
2013-12-18 09:45:56 -08:00

13 lines
247 B
Makefile

#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