From: Michael Tremer Date: Tue, 23 Aug 2022 13:19:57 +0000 (+0000) Subject: tests: Add signing key to verify signatures X-Git-Tag: 0.9.15~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a2c86404d08a934713480aa6c4db46d48a388e4;p=location%2Flibloc.git tests: Add signing key to verify signatures Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 7ae0a9f..81bd992 100644 --- a/Makefile.am +++ b/Makefile.am @@ -333,7 +333,8 @@ TESTS = \ $(dist_check_SCRIPTS) EXTRA_DIST += \ - tests/data/location-2022-03-30.db + tests/data/location-2022-03-30.db \ + tests/data/signing-key.pem CLEANFILES += \ testdata.db diff --git a/tests/data/signing-key.pem b/tests/data/signing-key.pem new file mode 120000 index 0000000..b1da823 --- /dev/null +++ b/tests/data/signing-key.pem @@ -0,0 +1 @@ +../../src/signing-key.pem \ No newline at end of file