michael@0: #T gmake skip michael@0: michael@0: # This test exists to verify that sys.path is adjusted during command michael@0: # execution and that delay importing a module will work. michael@0: michael@0: CMD = %pycmd delayloadfn michael@0: PYCOMMANDPATH = $(TESTPATH) $(TESTPATH)/subdir michael@0: michael@0: all: michael@0: $(CMD) michael@0: @echo TEST-PASS michael@0: