aboutsummaryrefslogtreecommitdiff
blob: 7d07475970be046f3798c38db6cd229ae8f46f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
this_subdir = tests/source
s = $(abs_top_srcdir)/$(this_subdir)

all: check

test check:
	$(Q)$(s)/dotest

clean:

.PHONY: all check clean test