summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-01 17:38:09 +0100
committerNguyễn Gia Phong <cnx@loang.net>2026-04-10 14:55:04 +0900
commit4c7a7a1d498f4ca418a649a0b3e3a056569aec15 (patch)
treeae694f5f88917e752725a60a5526c4fbf6eb7688 /Makefile.am
parent4cbd5f883d1b05fd518f88e9256261b4229a6896 (diff)
tests: keys: Moving to openpgp subdirectory.
* tests/keys/*.(pub|sec): Move to tests/keys/openpgp/*.(pub|sec) * build-aux/test-env.in: Adapt accordingly. * Makefile.am: Likewise. * guix/tests/gnupg.scm: Likewise. * tests/guix-authenticate.sh: Likewise. * tests/openpgp.scm: Likewise. Change-Id: If8897cec9851cc51a4ebadcc5927dc0e0520b881 Reviewed-by: Danny Milosavljevic <dannym@friendly-machines.com> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am22
1 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index 1ef57af7a58..976c5cad742 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -802,17 +802,17 @@ EXTRA_DIST += \
802 etc/manifests/upgrade.scm \ 802 etc/manifests/upgrade.scm \
803 scripts/guix.in \ 803 scripts/guix.in \
804 tests/cve-sample.json \ 804 tests/cve-sample.json \
805 tests/keys/civodul.pub \ 805 tests/keys/openpgp/civodul.pub \
806 tests/keys/dsa.pub \ 806 tests/keys/openpgp/dsa.pub \
807 tests/keys/ed25519-2.pub \ 807 tests/keys/openpgp/ed25519-2.pub \
808 tests/keys/ed25519-2.sec \ 808 tests/keys/openpgp/ed25519-2.sec \
809 tests/keys/ed25519-3.pub \ 809 tests/keys/openpgp/ed25519-3.pub \
810 tests/keys/ed25519-3.sec \ 810 tests/keys/openpgp/ed25519-3.sec \
811 tests/keys/ed25519.pub \ 811 tests/keys/openpgp/ed25519.pub \
812 tests/keys/ed25519.sec \ 812 tests/keys/openpgp/ed25519.sec \
813 tests/keys/rsa.pub \ 813 tests/keys/openpgp/rsa.pub \
814 tests/keys/signing-key.pub \ 814 tests/keys/openpgp/signing-key.pub \
815 tests/keys/signing-key.sec \ 815 tests/keys/openpgp/signing-key.sec \
816 tests/test.drv \ 816 tests/test.drv \
817 $(TESTS) 817 $(TESTS)
818 818