aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm/init.scm (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-21tests/gpgscm: Make exception value available.Justus Winter1-4/+5
* tests/gpgscm/init.scm (throw): Hand exception value to the handler. (catch): And bind it to *error*.
2016-04-21tests/gpgscm: Add package macro.Justus Winter1-0/+5
* tests/gpgscm/init.scm: Add package macro from manual. Signed-off-by: Justus Winter <[email protected]>
2016-04-21tests/gpgscm: Fix error hook.Justus Winter1-1/+2
* tests/gpgscm/init.scm (*error-hook*): Fix error hook so that the whole error message is displayed. Signed-off-by: Justus Winter <[email protected]>
2016-04-21tests/gpgscm: Verbatim import of latest TinySCHEME.Justus Winter1-0/+716
* tests/gpgscm/COPYING: New file. * tests/gpgscm/init.scm: Likewise. * tests/gpgscm/opdefines.h: Likewise. * tests/gpgscm/scheme-private.h: Likewise. * tests/gpgscm/scheme.c: Likewise. * tests/gpgscm/scheme.h: Likewise. Signed-off-by: Justus Winter <[email protected]>