summaryrefslogtreecommitdiff
path: root/libsecret/test-py-clear.py
Commit message (Collapse)AuthorAgeFilesLines
* libsecret: Get rid of PyGI warnings about unspecified versionsDmitry Shachnev2016-04-071-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687637
* Makefile.am: Use a single Makefile.am and parallel testsStef Walter2014-03-041-0/+82
Allow parallel building and testing by using a single Makefile.am Implement parallel testing using TAP, with various drivers and compilers living in the build/ directory. Fix all sorts of issues that this caused, including builddir != srcdir, leaks in tests and so on. It would have been nice to break out all the above into separate commits ... blush.