mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
12 lines
247 B
Makefile
12 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
|
|
|