####################################################################
# The Harmony Project                                              #
# harmony@lists.seas.upenn.edu                                     #
#                                                                  #
# Common Makefile infrastructure			           #
####################################################################

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

all: test

test::
	$(HARMONY) -check Copy -test-all
