#
# Makefile for the HLL- in Scheme subproject
# Makefile,v 1.1.1.1 1998/11/26 04:10:47 tunes Exp
#

#ifndef TUNES
TUNES = $(shell cd ../../.. ; pwd)
#endif

REQUIRE_CONFIG = y
REQUIRE_DEPEND = y
GOAL = test

include $(TUNES)/Rules.make
include Rules.make

TEST_ARGS =

depend:

test: configuration hlm.scm-init
	@echo Testing the HLL-... ;\
	export HLM_TEST=y ;\
	$(SCM) hlm.scm-init
