Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcr-certificate-extensions: Fix typo in parsing SubjectAltName | Daiki Ueno | 2019-02-07 | 1 | -1/+24 |
| | | | | Reported by David Leonard in #15. | ||||
* | configure: Dump required GLib version to 2.38 | Stef Walter | 2014-09-03 | 1 | -3/+0 |
| | | | | | We want to use 2.38.x and 2.36.x APIs in the GcrSshAskpass code and the 2.38.x has been available in most distributions for a while. | ||||
* | Makefile.am: Single Makefile mode and parallel-tests | Stef Walter | 2014-03-03 | 1 | -0/+295 |
gtk-doc doesn't work as an included Makefile so continue to use SUBDIRS with docs/reference/* Run the tests using TAP. Unfortunately the GTest --tap output mode doesn't behave well in the face of failures, and doesn't output a test plan. Use our own tap-driver and tap-compiler for these reasons. This also fixes several builddir != srcdir issues and testing hacks that were sneaking around in the code base. Move the tests into the same directories as the code that it is testing. |