mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 11:23:07 +09:00
14 lines
137 B
Makefile
14 lines
137 B
Makefile
#T commandline: ['-k']
|
|
#T returncode: 2
|
|
#T grep-for: "TEST-PASS"
|
|
|
|
all: t2 t3
|
|
|
|
t1:
|
|
@false
|
|
|
|
t2: t1
|
|
@echo TEST-FAIL
|
|
|
|
t3:
|
|
@echo TEST-PASS
|