aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm/tests.scm (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix call-with-io deadlock.NIIBE Yutaka2023-06-081-27/+8
* common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka2023-05-111-34/+32
* tests: Fix to support --enable-all-tests and variants.NIIBE Yutaka2022-11-241-6/+11
* tests: Keep .log files in objdir.NIIBE Yutaka2022-11-241-1/+3
* tests: Add tr:assert-same function.Werner Koch2022-11-021-0/+6
* tests: Enable tests with keyboxd only when it's configured.NIIBE Yutaka2022-05-101-0/+3
* tests: Avoid auto-removal when test fails.NIIBE Yutaka2022-04-261-1/+1
* gpgscm: Make the test summary stand outWerner Koch2017-08-081-0/+2
* gpgscm: Library improvements.Justus Winter2017-07-141-1/+11
* gpgscm: Fail early if the test setup fails.Justus Winter2017-07-141-0/+2
* gpgscm: Limit the number of parallel jobs.Justus Winter2017-06-191-15/+91
* gpgscm: Improve option parsing.Justus Winter2017-06-191-1/+7
* tests: Make it possible to run all tests using our infrastructure.Justus Winter2017-05-111-0/+14
* 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
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* gpgscm: Emit JUnit-style XML reports.Justus Winter2017-04-241-10/+100
* 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-241-1/+1
* gpgscm: Move 'trace' and 'stringify'.Justus Winter2017-04-241-12/+0
* gpgscm: Make test cleanup more robust.Justus Winter2017-03-231-14/+17
* tests,w32: Use GetTempPath to get the path for temporary files.Justus Winter2017-03-211-1/+1
* tests: Create temporary directories in '/tmp'.Justus Winter2017-03-211-3/+5
* tests: Rework environment setup.Justus Winter2017-03-091-35/+43
* tests: Harmonize temporary and socket directory handling.Justus Winter2017-03-061-7/+6
* gpgscm: Fail if too many arguments are given.Justus Winter2017-01-021-1/+1
* gpgscm: Add 'finally', rework all macros.Justus Winter2017-01-021-44/+35
* tests: Move argument parser.Justus Winter2016-12-201-0/+25
* gpgscm: Print failed and skipped tests.Justus Winter2016-12-131-5/+13
* gpgscm: Generalize the test runner.Justus Winter2016-12-131-8/+9
* gpgscm: Move the test runner to the Scheme library.Justus Winter2016-12-131-0/+151
* gpgscm: Improve library functions.Justus Winter2016-12-131-9/+12
* gpgscm: Better error reporting.Justus Winter2016-12-081-5/+6
* gpgscm: Generalize 'for-each-p'.Justus Winter2016-12-081-7/+8
* tests: Rename 'error' to 'fail'.Justus Winter2016-12-061-6/+6
* tests: Change (interactive-shell) to start an interactive shellNeal H. Walfield2016-12-061-1/+1
* tests: Move environment creation and teardown into each test.Justus Winter2016-11-071-0/+4
* gpgscm,tests: Add new functions to the test environment.Justus Winter2016-11-031-0/+8
* gpgscm: Improve path handling.Justus Winter2016-10-071-3/+9
* tests: Correctly handle exceptions in resource handling macros.Justus Winter2016-09-191-4/+13
* tests: Refine exception handling.Justus Winter2016-09-191-1/+1
* tests: Use descriptive temporary file names.Justus Winter2016-09-191-1/+4
* tests: Improve temporary directory handling.Justus Winter2016-08-101-2/+11
* gpgscm: Make the verbose setting more useful.Justus Winter2016-07-261-3/+8
* gpgscm: Make function more general.Justus Winter2016-07-221-2/+2
* tests: Add test for ssh support.Justus Winter2016-07-191-3/+11
* gpgscm: Capture output of spawned processes.Justus Winter2016-07-071-3/+6
* tests: Honor environment variable 'TMP'.Justus Winter2016-07-051-4/+16
* gpgscm: Handle exceptions in the transformation monad.Justus Winter2016-06-231-13/+23