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

SRC_RUNTEST_OPTS += +RTS -K1m -RTS
PROG_ARGS = objects/four.plate

include $(TOP)/mk/target.mk

