summaryrefslogtreecommitdiff
path: root/auto/Makefile.am
blob: 0f24771b9eaf8072d608b9bf682e04f06fe4c70b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TDIRS =	descriptors_storage header_compile_errors test_results tests logs

EXTRA_DIST = types

clean-local:
	rm -rf $(TDIRS)

if HAVE_API_SANITY_AUTOTEST
check-local:
	-[ -d tests ] && ${API_SANITY_AUTOTEST} -l popt -d desc -clean
	-${API_SANITY_AUTOTEST} -l popt -d desc -st $(top_srcdir)/auto/types -gen -build -run
endif HAVE_API_SANITY_AUTOTEST