#-----------------------------------------------------------------------------#

THIS_DIR = trailing

#-----------------------------------------------------------------------------#

ifeq "$(findstring tr,$(GRADE))" ""
	TRAIL_PROGS = 
else
	TRAIL_PROGS =			\
		func_trail_test		\
		func_trail_test_2	\
		test_trail_reset	\
		tr_reset_bug		\
		tu_test1		\
		tu_test2
endif

PROGS = $(TRAIL_PROGS)

#-----------------------------------------------------------------------------#

TESTS = $(sort $(PROGS))
SUBDIRS = 
TESTS_DIR = ..
include $(TESTS_DIR)/Mmake.common

# Module-specific options should go in Mercury.options so they
# can be found by `mmc --make'.
include Mercury.options

%.runtest: %.res ;
