aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-26tests: Improve test.Justus Winter1-2/+2
2017-06-21tests: Add test for gpgv.Justus Winter4-268/+359
2017-06-19gpgscm: Limit the number of parallel jobs.Justus Winter2-15/+93
2017-06-19gpgscm: Improve option parsing.Justus Winter1-1/+7
2017-06-19gpgscm: Improve error handling of foreign functions.Justus Winter1-2/+1
2017-06-19gpgscm: Improve error reporting.Justus Winter2-25/+27
2017-06-19tests: Run the OpenPGP tests using the new extended key format.Justus Winter2-6/+18
2017-05-18docs: Point to https://dev.gnupg.org/ .Daniel Kahn Gillmor1-1/+1
2017-05-17gpgscm: Fix checking for opcode arguments.Justus Winter1-1/+2
2017-05-17tests: Fix agent teardown in release builds.Justus Winter1-3/+3
2017-05-16tests: Configure the environments to use scdaemon from build tree.Justus Winter3-2/+7
2017-05-11tests: Also run all OpenPGP tests using keyrings.Justus Winter3-11/+31
2017-05-11tests: Make it possible to run all tests using our infrastructure.Justus Winter18-120/+332
2017-05-11tests: Move the makefile parser.Justus Winter3-58/+77
2017-05-11gpgscm: Make it possible to set the logfile name.Justus Winter1-2/+3
2017-05-08tests: Clarify comments.Justus Winter1-2/+8
2017-05-04tests: Support tests that are expected to fail.Justus Winter1-27/+40
2017-05-04tests: Add function to dump packets.Justus Winter1-0/+6
2017-05-03gpgscm: Create and re-use frame objects.Justus Winter2-28/+114
2017-05-03gpgscm: Merge opexe_0.Justus Winter2-49/+38
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka5-9/+9
2017-04-25tests: Remove *.conf.tmpl from Makefile.NIIBE Yutaka1-1/+0
2017-04-24tests: Fix Python detection.Justus Winter1-9/+11
2017-04-24gpgscm: Refactor cell finalization.Justus Winter1-24/+41
2017-04-24gpgscm: Tweak error message display.Justus Winter1-2/+7
2017-04-24tests: Deduplicate and simplify code.Justus Winter5-33/+24
2017-04-24gpgscm: Fix test.Justus Winter1-2/+2
2017-04-24gpgscm: Improve syntax checking.Justus Winter1-2/+5
2017-04-24gpgscm: Emit JUnit-style XML reports.Justus Winter9-14/+256
2017-04-24gpgscm: Make logging less verbose and more useful.Justus Winter1-4/+5
2017-04-24gpgscm: Make test framework less functional.Justus Winter1-40/+35
2017-04-24tests: Locate resources and scripts relative to top source dir.Justus Winter84-171/+197
2017-04-24gpgscm: Move 'trace' and 'stringify'.Justus Winter2-12/+12
2017-04-24gpgscm: Avoid fruitless garbage collection cycles.Justus Winter2-8/+15
2017-04-17tests: Minor memory fix.NIIBE Yutaka1-0/+2
2017-04-12gpgscm: Fix test program.NIIBE Yutaka1-2/+2
2017-04-11tests: Fix distcheck.Justus Winter1-0/+1
2017-04-11tests: Avoid relying on implicit gpg commands.Justus Winter25-39/+38
2017-04-11tests: Make tests more robust.Justus Winter2-5/+7
2017-04-11tests: Move common functionality.Justus Winter3-26/+46
2017-04-10gpgscm: Fix opcode dispatch.Justus Winter1-2/+2
2017-04-10gpgscm: Mmap script files.Justus Winter3-5/+50
2017-04-10gpgscm: Refactor checking for opcode arguments.Justus Winter1-60/+70
2017-04-10gpgscm: Improve syntax dispatch.Justus Winter1-58/+36
2017-04-10gpgscm: Make tags mandatory.Justus Winter3-22/+2
2017-04-10gpgscm: Add and use opcode for reversing a list in place.Justus Winter3-4/+8
2017-04-10gpgscm: Deduplicate code.Justus Winter1-50/+28
2017-04-10gpgscm: Move dispatch table into rodata.Justus Winter2-13/+14
2017-04-10gpgscm: Use more threaded code.Justus Winter1-38/+37
2017-04-10gpgscm: Remove now obsolete dispatcher function from the opcodes.Justus Winter3-194/+191