Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-10-05 | gpgscm: Change license from GPLv3+ to LGPLv2.1+ | Werner Koch | 1 | -12/+11 | |
-- All changes to TinySCHEME were done by employees of g10 Code GmbH and some minor things by a contractor. Signed-off-by: Werner Koch <[email protected]> | |||||
2017-10-05 | gpgscm: Move files to a gpgscm subdirectory. | Werner Koch | 1 | -0/+0 | |
-- Note that we used git filter-branch --subdirectory-filter tests/gpgscm in gnupg master to filter out the gpgscm part. This commit merely moves these files to a subdirectory which will be used in libgpg-error for gpgscm. Signed-off-by: Werner Koch <[email protected]> | |||||
2017-04-24 | gpgscm: Emit JUnit-style XML reports. | Justus Winter | 1 | -0/+142 | |
* tests/gpgscm/Makefile.am (EXTRA_DIST): Add new file. * tests/gpgscm/lib.scm (string-translate): New function. * tests/gpgscm/main.c (main): Load new file. * tests/gpgscm/tests.scm (dirname): New function. (test-pool): Record execution times, emit XML report. (test): Record execution times, record log file name, emit XML report. (run-tests-parallel): Write XML report. (run-tests-sequential): Likewise. * tests/gpgscm/xml.scm: New file. * tests/gpgme/Makefile.am (CLEANFILES): Add 'report.xml'. * tests/gpgsm/Makefile.am: Likewise. * tests/migrations/Makefile.am: Likewise. * tests/openpgp/Makefile.am: Likewise. Signed-off-by: Justus Winter <[email protected]> |