summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgscm,w32: Fix testing for absolute paths.Justus Winter2017-07-181-2/+15
* tests: Improve 'shell.scm' script.Justus Winter2017-07-142-4/+25
* gpgscm: Library improvements.Justus Winter2017-07-142-1/+23
* gpgscm: Fail early if the test setup fails.Justus Winter2017-07-141-0/+2
* gpgscm: Make loading of modules less verbose.Justus Winter2017-07-131-1/+1
* gpgscm: Make it impossible to catch '*interpreter-exit*'.Justus Winter2017-07-131-2/+2
* tests: Improve test.Justus Winter2017-06-261-2/+2
* tests: Add test for gpgv.Justus Winter2017-06-214-268/+359
* gpgscm: Limit the number of parallel jobs.Justus Winter2017-06-192-15/+93
* gpgscm: Improve option parsing.Justus Winter2017-06-191-1/+7
* gpgscm: Improve error handling of foreign functions.Justus Winter2017-06-191-2/+1
* gpgscm: Improve error reporting.Justus Winter2017-06-192-25/+27
* tests: Run the OpenPGP tests using the new extended key format.Justus Winter2017-06-192-6/+18
* docs: Point to https://dev.gnupg.org/ .Daniel Kahn Gillmor2017-05-181-1/+1
* gpgscm: Fix checking for opcode arguments.Justus Winter2017-05-171-1/+2
* tests: Fix agent teardown in release builds.Justus Winter2017-05-171-3/+3
* tests: Configure the environments to use scdaemon from build tree.Justus Winter2017-05-163-2/+7
* tests: Also run all OpenPGP tests using keyrings.Justus Winter2017-05-113-11/+31
* tests: Make it possible to run all tests using our infrastructure.Justus Winter2017-05-1118-120/+332
* tests: Move the makefile parser.Justus Winter2017-05-113-58/+77
* gpgscm: Make it possible to set the logfile name.Justus Winter2017-05-111-2/+3
* tests: Clarify comments.Justus Winter2017-05-081-2/+8
* tests: Support tests that are expected to fail.Justus Winter2017-05-041-27/+40
* tests: Add function to dump packets.Justus Winter2017-05-041-0/+6
* gpgscm: Create and re-use frame objects.Justus Winter2017-05-032-28/+114
* gpgscm: Merge opexe_0.Justus Winter2017-05-032-49/+38
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-285-9/+9
* tests: Remove *.conf.tmpl from Makefile.NIIBE Yutaka2017-04-251-1/+0
* tests: Fix Python detection.Justus Winter2017-04-241-9/+11
* gpgscm: Refactor cell finalization.Justus Winter2017-04-241-24/+41
* gpgscm: Tweak error message display.Justus Winter2017-04-241-2/+7
* tests: Deduplicate and simplify code.Justus Winter2017-04-245-33/+24
* gpgscm: Fix test.Justus Winter2017-04-241-2/+2
* gpgscm: Improve syntax checking.Justus Winter2017-04-241-2/+5
* gpgscm: Emit JUnit-style XML reports.Justus Winter2017-04-249-14/+256
* gpgscm: Make logging less verbose and more useful.Justus Winter2017-04-241-4/+5
* gpgscm: Make test framework less functional.Justus Winter2017-04-241-40/+35
* tests: Locate resources and scripts relative to top source dir.Justus Winter2017-04-2484-171/+197
* gpgscm: Move 'trace' and 'stringify'.Justus Winter2017-04-242-12/+12
* gpgscm: Avoid fruitless garbage collection cycles.Justus Winter2017-04-242-8/+15
* tests: Minor memory fix.NIIBE Yutaka2017-04-171-0/+2
* gpgscm: Fix test program.NIIBE Yutaka2017-04-121-2/+2
* tests: Fix distcheck.Justus Winter2017-04-111-0/+1
* tests: Avoid relying on implicit gpg commands.Justus Winter2017-04-1125-39/+38
* tests: Make tests more robust.Justus Winter2017-04-112-5/+7
* tests: Move common functionality.Justus Winter2017-04-113-26/+46
* gpgscm: Fix opcode dispatch.Justus Winter2017-04-101-2/+2
* gpgscm: Mmap script files.Justus Winter2017-04-103-5/+50
* gpgscm: Refactor checking for opcode arguments.Justus Winter2017-04-101-60/+70
* gpgscm: Improve syntax dispatch.Justus Winter2017-04-101-58/+36