TOP=../../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk

setup:
	'$(TEST_HC)' $(TEST_HC_OPTS) -c p1/hello.c

