build/pymake/tests/native-command-delay-load.mk

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:89f72c83532f
1 #T gmake skip
2
3 # This test exists to verify that sys.path is adjusted during command
4 # execution and that delay importing a module will work.
5
6 CMD = %pycmd delayloadfn
7 PYCOMMANDPATH = $(TESTPATH) $(TESTPATH)/subdir
8
9 all:
10 $(CMD)
11 @echo TEST-PASS
12

mercurial