diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:10:50 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:10:50 +0000 |
| commit | b573de5a673b28ca9c958214b7de178f97996c1f (patch) | |
| tree | a46752023159daa9f0486b6789bae797e3f0a09d /bindings/python/tests/Makefile.am | |
| parent | cf5e4d4b867b3c75df148b98cc792a8cf8991968 (diff) | |
| download | lasso-b573de5a673b28ca9c958214b7de178f97996c1f.tar.gz lasso-b573de5a673b28ca9c958214b7de178f97996c1f.tar.xz lasso-b573de5a673b28ca9c958214b7de178f97996c1f.zip | |
* bindings/bindings.py: support const modifier on this argument
Diffstat (limited to 'bindings/python/tests/Makefile.am')
| -rw-r--r-- | bindings/python/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am index f465d298..ef47a70a 100644 --- a/bindings/python/tests/Makefile.am +++ b/bindings/python/tests/Makefile.am @@ -1,6 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in if PYTHON_ENABLED -TESTS = profiles_tests.py binding_tests.py +TESTS = profiles_tests.py binding_tests.py idwsf1_tests.py idwsf2_tests.py endif EXTRA_DIST = profiles_tests.py binding_tests.py |
