blob: 3e4d2e0c488fd2a891f450a305982341f4751ee7 [file] [log] [blame]
#T gmake skip
CMD = %pycmd asplode_return
PYCOMMANDPATH = $(TESTPATH) $(TESTPATH)/subdir
all:
$(CMD) 0
-$(CMD) 1
$(CMD) None
-$(CMD) not-an-integer
@echo TEST-PASS