summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/unit/parse/tiger_factory/local.am
blob: 3c4bd9df268988c39ebc4ca2da92648475247742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
check_unit_SOURCES += \
	%D%/define_test_location.cc \
	%D%/test_make_array_exp.cc \
	%D%/test_make_break_exp.cc \
	%D%/test_make_call_exp.cc \
	%D%/test_make_field_var.cc \
	%D%/test_make_if_exp.cc \
	%D%/test_make_int_exp.cc \
	%D%/test_make_let_exp.cc \
	%D%/test_make_object_exp.cc \
	%D%/test_make_record_ty.cc \
	%D%/test_make_string_exp.cc