TOP = ../..
include $(TOP)/Top.Makefile

all: test

test::
	$(HARMONY) check -m Concat -test-all
