SCM_TESTS = \ ietf-decoding-examples.scm TESTS = ${SCM_TESTS} TEST_EXTENSIONS = .scm AM_TESTS_ENVIRONMENT = \ abs_top_srcdir="$(abs_top_srcdir)"; export abs_top_srcdir; \ abs_top_builddir="$(abs_top_builddir)"; export abs_top_builddir; \ ORIGTERM=${TERM}; export ORIGTERM; \ TERM=xterm; export TERM; \ GUILE_AUTO_COMPILE=0; export GUILE_AUTO_COMPILE; # LOG_COMPILER was introduced in Automake 1.12; don't expect "make # check" or "make distcheck" to work with earlier versions. SCM_LOG_COMPILER = \ $(GUILE) AM_SCM_LOG_FLAGS = \ -L "$(abs_top_srcdir)/src" \ -L "$(abs_top_builddir)/src" \ -s EXTRA_DIST = \ ${SCM_TESTS} CLEANFILES = \ $(GOBJECTS) \ *.log