aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 10f90958fd2a02cc28fe209e79f139a1ae08a9fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Process this file with automake to produce Makefile.in

NULL =
EXTRA_DIST =
SUBDIRS = api shape subset fuzzing threads

EXTRA_DIST += \
	meson.build \
	$(NULL)

# Convenience targets:
lib:
	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib

-include $(top_srcdir)/git.mk