aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgscm: Fix initialization for fixed size chars.NIIBE Yutaka5 days3-207/+207
* gpgscm: Fix for CHARNAMES.NIIBE Yutaka5 days1-1/+1
* gpgscm: Fix possible segv in the process functions.Werner Koch2025-02-061-2/+2
* gpgscm: Fix for gcc < 4.5Werner Koch2025-02-061-1/+11
* tests:gpgscm: Raise an error correctly for process spawning.NIIBE Yutaka2024-09-131-3/+13
* common: On Windows, we care about how PIPE handles are inherited.NIIBE Yutaka2024-07-091-3/+3
* common,kbx,tests: Clean up the PIPE function API.NIIBE Yutaka2024-07-091-2/+2
* Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka2024-07-091-30/+27
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-311-22/+31
* tests:gpgscm: Fix process select loop.NIIBE Yutaka2023-10-031-8/+2
* tests:gpgscm: Add annotation for unreachable code for GCC.NIIBE Yutaka2023-06-261-0/+4
* tests: Fix call-with-io deadlock.NIIBE Yutaka2023-06-082-46/+299
* common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka2023-05-113-161/+166
* tests: Fix to support --enable-all-tests and variants.NIIBE Yutaka2022-11-241-6/+11
* tests:gpgscm:w32: Fix for GetTempPath.NIIBE Yutaka2022-11-241-0/+5
* tests: Keep .log files in objdir.NIIBE Yutaka2022-11-241-1/+3
* tests: Add tr:assert-same function.Werner Koch2022-11-021-0/+6
* agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka2022-10-201-1/+0
* agent,dirmngr,gpg,scd: Clean up for modern compiler.NIIBE Yutaka2022-09-141-1/+1
* tests: Enable tests with keyboxd only when it's configured.NIIBE Yutaka2022-05-101-0/+3
* gpgscm: Fix handling an error for chdir.NIIBE Yutaka2022-05-021-1/+1
* tests: Avoid auto-removal when test fails.NIIBE Yutaka2022-04-262-1/+4
* w32: Prepare for the case gcrypt.h will not include winsock2.h.NIIBE Yutaka2021-12-171-0/+4
* Remove the now obsolete argparse code.Werner Koch2020-02-221-13/+10
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-201-0/+4
* gpgscm: Build well even if NDEBUG defined.NIIBE Yutaka2019-02-251-1/+3
* gpgscm: Suppress warnings for GCC > 6.NIIBE Yutaka2018-09-061-15/+14
* tests: Fix no gpg-agent upon removal of GNUPGHOME.NIIBE Yutaka2018-04-041-4/+9
* gpgscm: Fix -Wimplicit-fallthrough warnings.Justus Winter2017-08-211-2/+12
* build: New configure option --enable-all-tests.Werner Koch2017-08-081-0/+8
* gpgscm: Make the test summary stand outWerner Koch2017-08-081-0/+2
* tests: Do not run all tests unless in maintainer mode.Justus Winter2017-08-071-0/+8
* gpgscm,w32: Fix testing for absolute paths.Justus Winter2017-07-181-2/+15
* 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
* 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
* gpgscm: Fix checking for opcode arguments.Justus Winter2017-05-171-1/+2
* tests: Make it possible to run all tests using our infrastructure.Justus Winter2017-05-112-0/+19
* tests: Move the makefile parser.Justus Winter2017-05-112-0/+77
* gpgscm: Make it possible to set the logfile name.Justus Winter2017-05-111-2/+3
* tests: Support tests that are expected to fail.Justus Winter2017-05-041-27/+40
* 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-281-2/+2
* gpgscm: Refactor cell finalization.Justus Winter2017-04-241-24/+41