/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

  1. $(shell echo "INCLUDED2 = yes" >local-include.inc)
  2. include $(TESTPATH)/include-file.inc local-include.inc
  3. all:
  4. test "$(INCLUDED)" = "yes"
  5. test "$(INCLUDED2)" = "yes"
  6. @echo TEST-PASS