hcl/t/Makefile.am
hyung-hwan 8345e2f949
All checks were successful
continuous-integration/drone/push Build is passing
enhanced the binop expression check in leave_list() in read.c
fixed the issue of the lost line terminator after the comment text which caused the next line to be treated as the same line
2024-03-09 17:10:51 +09:00

38 lines
851 B
Makefile

AUTOMAKE_OPTIONS = nostdinc
check_SCRIPTS = \
feed-01.hcl \
fun-01.hcl \
insta-01.hcl \
insta-02.hcl \
ret-01.hcl \
retvar-01.hcl \
va-01.hcl \
var-02.hcl
check_ERRORS = \
call-5001.err \
class-5001.err \
do-5001.err \
feed-5001.err \
mlist-5001.err \
var-5001.err \
var-5002.err \
var-5003.err \
var-5004.err
##noinst_SCRIPTS = $(check_SCRIPTS)
EXTRA_DIST = $(check_SCRIPTS) $(check_ERRORS)
check_PROGRAMS =
TESTS = $(check_PROGRAMS) $(check_SCRIPTS) $(check_ERRORS)
TEST_EXTENSIONS = .hcl .err
HCL_LOG_COMPILER = $(SHELL) $(abs_srcdir)/run.sh ../bin/hcl --modlibdirs="@abs_top_builddir@/mod:@abs_top_builddir@/mod/.libs" --heapsize=0 -b -n
AM_HCL_LOG_FLAGS =
ERR_LOG_COMPILER = $(SHELL) $(abs_srcdir)/err.sh ../bin/hcl --modlibdirs="@abs_top_builddir@/mod:@abs_top_builddir@/mod/.libs" --heapsize=0 -b -n
AM_ERR_LOG_FLAGS =