aboutsummaryrefslogtreecommitdiffstats
path: root/makefile.scm (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-05gpgscm: Move files to a gpgscm subdirectory.Werner Koch1-76/+0
-- Note that we used git filter-branch --subdirectory-filter tests/gpgscm in gnupg master to filter out the gpgscm part. This commit merely moves these files to a subdirectory which will be used in libgpg-error for gpgscm. Signed-off-by: Werner Koch <[email protected]>
2017-05-11tests: Move the makefile parser.Justus Winter1-0/+76
* tests/gpgme/gpgme-defs.scm (parse-makefile, parse-makefile-expand): Move... * tests/gpgscm/makefile.scm: ... here. * tests/gpgscm/Makefile.am (EXTRA_DIST): Add new file. Signed-off-by: Justus Winter <[email protected]>