]> git.ipfire.org Git - location/libloc.git/commitdiff
tests: Add signing key to verify signatures
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Aug 2022 13:19:57 +0000 (13:19 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Aug 2022 13:19:57 +0000 (13:19 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
tests/data/signing-key.pem [new symlink]

index 7ae0a9fe27abd4f6661ce222737da0330402ad07..81bd992d639ead903a08b416f4d8ce1fa5c1a01d 100644 (file)
@@ -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 (symlink)
index 0000000..b1da823
--- /dev/null
@@ -0,0 +1 @@
+../../src/signing-key.pem
\ No newline at end of file