mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
187 B
Makefile
9 lines
187 B
Makefile
$(shell echo "INCLUDED2 = yes" >local-include.inc)
|
|
|
|
include $(TESTPATH)/include-file.inc local-include.inc
|
|
|
|
all:
|
|
test "$(INCLUDED)" = "yes"
|
|
test "$(INCLUDED2)" = "yes"
|
|
@echo TEST-PASS
|