mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 01:31:00 +00:00
12 lines
171 B
Makefile
12 lines
171 B
Makefile
#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
|