/build/pymake/tests/include-test.mk
http://github.com/zpao/v8monkey · Makefile · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 5855badd53b03053577648ca62ff384f MD5 · raw file
- $(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