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

SRC_RUNTEST_OPTS += -prescript ./life.test

all :: runtest

include $(TOP)/mk/target.mk

