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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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

mercurial