aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/customer-tests/Makefile.am
blob: 99fca0676c27ab7597448f34f58e1b95b9f9df1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUBDIRS = update-contextkit-providers testplugins forward-compatible

libcontextsubscribertestsdir = $(datadir)/libcontextsubscriber-tests
dist_libcontextsubscribertests_DATA = tests.xml

coverage: covoptioncheck
	COVERAGE=1 ./runTests.sh
.PHONY: coverage

check-customer:
	./runTests.sh

clean-local:
	-$(MAKE) -C coverage-build clean
	rm -rf coverage

CLEANFILES = *.pyc

EXTRA_DIST = asynchronicity commander subscription runTests.sh	\
             registry pluginchanging env.sh coverage-build      \
             waitforsilence

include $(top_srcdir)/am/covoptioncheck.am