taler-{exchange,merchant}: add passthru.tests

This commit is contained in:
eljamm 2025-05-30 11:15:22 +02:00 committed by Valentin Gagarin
parent 1dd75bd295
commit 1c87f40c67
2 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,7 @@
gettext, gettext,
texinfo, texinfo,
libtool, libtool,
nixosTests,
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
@ -109,6 +110,8 @@ stdenv.mkDerivation (finalAttrs: {
checkTarget = "check"; checkTarget = "check";
passthru.tests = nixosTests.taler.basic;
meta = { meta = {
description = "Exchange component for the GNU Taler electronic payment system"; description = "Exchange component for the GNU Taler electronic payment system";
longDescription = '' longDescription = ''

View file

@ -14,6 +14,7 @@
libgcrypt, libgcrypt,
texinfo, texinfo,
curl, curl,
nixosTests,
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
@ -98,6 +99,8 @@ stdenv.mkDerivation (finalAttrs: {
checkTarget = "check"; checkTarget = "check";
passthru.tests = nixosTests.taler.basic;
meta = { meta = {
description = "Merchant component for the GNU Taler electronic payment system"; description = "Merchant component for the GNU Taler electronic payment system";
longDescription = '' longDescription = ''