summaryrefslogtreecommitdiffstats
path: root/bindings/python/tests/Makefile.am
blob: 64dfc09092384dd5d528fd52e1c788bf7fb3dca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
MAINTAINERCLEANFILES = Makefile.in
TESTS = #

if PYTHON_ENABLED
TESTS += profiles_tests.py binding_tests.py
endif

if WSF_ENABLED
TESTS += idwsf1_tests.py idwsf2_tests.py
endif

EXTRA_DIST = profiles_tests.py binding_tests.py idwsf1_tests.py idwsf2_tests.py