mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
137 B
Makefile
15 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
|