mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
11 lines
141 B
Makefile
11 lines
141 B
Makefile
#T commandline: ['-k', '-j2']
|
|
#T returncode: 2
|
|
#T grep-for: "TEST-PASS"
|
|
|
|
all: t1 slow1 slow2 slow3 t2
|
|
|
|
t2:
|
|
@echo TEST-PASS
|
|
|
|
slow%:
|
|
sleep 1
|