diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-07-21 13:56:49 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-07-21 13:56:49 +0000 |
| commit | 6b86aa67efab3966be6c4577a83886bb93f7be9b (patch) | |
| tree | e1ce6b0bababc7eda7ef58189f5cdac05a3773ce /bindings/python/tests | |
| parent | 2d9a2ec35f9e326b89c4cb3624d15dbb387d2878 (diff) | |
| download | lasso-6b86aa67efab3966be6c4577a83886bb93f7be9b.tar.gz lasso-6b86aa67efab3966be6c4577a83886bb93f7be9b.tar.xz lasso-6b86aa67efab3966be6c4577a83886bb93f7be9b.zip | |
[Bindings] improve cleaning and distribution buiding
Diffstat (limited to 'bindings/python/tests')
| -rw-r--r-- | bindings/python/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am index c2130fb3..205e7613 100644 --- a/bindings/python/tests/Makefile.am +++ b/bindings/python/tests/Makefile.am @@ -11,4 +11,5 @@ 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 +EXTRA_DIST = profiles_tests.py binding_tests.py idwsf1_tests.py idwsf2_tests.py \ + tests.py XmlTestRunner.py |
