blob: ef47a70a91ba153fa2f6c210507dca42ecf94025 (
plain)
1
2
3
4
5
6
7
|
MAINTAINERCLEANFILES = Makefile.in
if PYTHON_ENABLED
TESTS = profiles_tests.py binding_tests.py idwsf1_tests.py idwsf2_tests.py
endif
EXTRA_DIST = profiles_tests.py binding_tests.py
|