aboutsummaryrefslogtreecommitdiffstats
path: root/gpgscm/tests.scm (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-05gpgscm: Change license from GPLv3+ to LGPLv2.1+Werner Koch1-12/+11
2017-10-05gpgscm: Move files to a gpgscm subdirectory.Werner Koch1-0/+0
2017-08-08gpgscm: Make the test summary stand outWerner Koch1-0/+2
2017-07-14gpgscm: Library improvements.Justus Winter1-1/+11
2017-07-14gpgscm: Fail early if the test setup fails.Justus Winter1-0/+2
2017-06-19gpgscm: Limit the number of parallel jobs.Justus Winter1-15/+91
2017-06-19gpgscm: Improve option parsing.Justus Winter1-1/+7
2017-05-11tests: Make it possible to run all tests using our infrastructure.Justus Winter1-0/+14
2017-05-11gpgscm: Make it possible to set the logfile name.Justus Winter1-2/+3
2017-05-04tests: Support tests that are expected to fail.Justus Winter1-27/+40
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-04-24gpgscm: Emit JUnit-style XML reports.Justus Winter1-10/+100
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 Winter1-1/+1
2017-04-24gpgscm: Move 'trace' and 'stringify'.Justus Winter1-12/+0
2017-03-23gpgscm: Make test cleanup more robust.Justus Winter1-14/+17
2017-03-21tests,w32: Use GetTempPath to get the path for temporary files.Justus Winter1-1/+1
2017-03-21tests: Create temporary directories in '/tmp'.Justus Winter1-3/+5
2017-03-09tests: Rework environment setup.Justus Winter1-35/+43
2017-03-06tests: Harmonize temporary and socket directory handling.Justus Winter1-7/+6
2017-01-02gpgscm: Fail if too many arguments are given.Justus Winter1-1/+1
2017-01-02gpgscm: Add 'finally', rework all macros.Justus Winter1-44/+35
2016-12-20tests: Move argument parser.Justus Winter1-0/+25
2016-12-13gpgscm: Print failed and skipped tests.Justus Winter1-5/+13
2016-12-13gpgscm: Generalize the test runner.Justus Winter1-8/+9
2016-12-13gpgscm: Move the test runner to the Scheme library.Justus Winter1-0/+151
2016-12-13gpgscm: Improve library functions.Justus Winter1-9/+12
2016-12-08gpgscm: Better error reporting.Justus Winter1-5/+6
2016-12-08gpgscm: Generalize 'for-each-p'.Justus Winter1-7/+8
2016-12-06tests: Rename 'error' to 'fail'.Justus Winter1-6/+6
2016-12-06tests: Change (interactive-shell) to start an interactive shellNeal H. Walfield1-1/+1
2016-11-07tests: Move environment creation and teardown into each test.Justus Winter1-0/+4
2016-11-03gpgscm,tests: Add new functions to the test environment.Justus Winter1-0/+8
2016-10-07gpgscm: Improve path handling.Justus Winter1-3/+9
2016-09-19tests: Correctly handle exceptions in resource handling macros.Justus Winter1-4/+13
2016-09-19tests: Refine exception handling.Justus Winter1-1/+1
2016-09-19tests: Use descriptive temporary file names.Justus Winter1-1/+4
2016-08-10tests: Improve temporary directory handling.Justus Winter1-2/+11
2016-07-26gpgscm: Make the verbose setting more useful.Justus Winter1-3/+8
2016-07-22gpgscm: Make function more general.Justus Winter1-2/+2
2016-07-19tests: Add test for ssh support.Justus Winter1-3/+11
2016-07-07gpgscm: Capture output of spawned processes.Justus Winter1-3/+6
2016-07-05tests: Honor environment variable 'TMP'.Justus Winter1-4/+16
2016-06-23gpgscm: Handle exceptions in the transformation monad.Justus Winter1-13/+23
2016-06-21gpgscm: Add more file handling functions.Justus Winter1-0/+6
2016-06-21gpgscm: Improve test framework.Justus Winter1-9/+19
2016-06-17tests/gpgscm: Add a TinySCHEME-based test driver.Justus Winter1-0/+402