summaryrefslogtreecommitdiffstats
path: root/test/python/Makefile.am
blob: 5e4da980721cb6b931d24af58a995b624fa0db91 (plain)
1
2
3
4
5
6
7
8
9
10
11
## note that TESTS has special meaning (stuff to use in make check)
## so if adding tests not to be run in make check, don't add them to 
## TESTS
if DBUS_BUILD_TESTS
TESTS_ENVIRONMENT=DBUS_TOP_BUILDDIR=$(ABSOLUTE_TOP_BUILDDIR)
TESTS=run-test.sh
else
TESTS=
endif

EXTRA_DIST=run-test.sh test-service.py test-client.py