Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-05-12 | python: Add a test suite. | Justus Winter | 1 | -0/+1 | |
* configure.ac: Add new Makefile. * lang/python/Makefile.am: Add subdirectory. * lang/python/tests/Makefile.am: New file. * lang/python/tests/t-wrapper.py: Likewise. Signed-off-by: Justus Winter <[email protected]> | |||||
2016-05-11 | python: Integrate into the build system. | Justus Winter | 1 | -0/+53 | |
* configure.ac: Make Python bindings configurable, add new Makefile. * lang/python/Makefile.am: New file. * lang/python/setup.py: Integrate into the build system. * m4/ax_pkg_swig.m4: New file from the autoconf archive. * m4/m4_ax_swig_python.m4: Likewise. Signed-off-by: Justus Winter <[email protected]> |