mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00: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
|