summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/Makefile.am
blob: 9af3f2be2ebd0a669d425eea94bbada1efc574a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
check_PROGRAMS = check_unit

check_unit_CPPFLAGS = \
	-I$(top_srcdir)/lib \
	-I$(top_srcdir)/src

check_unit_CXXFLAGS = \
	-Wall \
	-Wextra \
	-pedantic \
	-std=c++20

check_unit_LDFLAGS = \
	-lcriterion

check_unit_SOURCES =

include unit/local.am

check_unit_LDADD = $(top_srcdir)/src/libtc.la

check-local:
	./check_unit