Mypal/build/pymake/tests/native-command-delay-load.mk
2019-03-11 13:26:37 +03: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