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

authored by eljamm and committed by Valentin Gagarin 1c87f40c 1dd75bd2

+6
+3
pkgs/by-name/ta/taler-exchange/package.nix
··· 19 19 gettext, 20 20 texinfo, 21 21 libtool, 22 + nixosTests, 22 23 }: 23 24 24 25 stdenv.mkDerivation (finalAttrs: { ··· 108 109 ]; 109 110 110 111 checkTarget = "check"; 112 + 113 + passthru.tests = nixosTests.taler.basic; 111 114 112 115 meta = { 113 116 description = "Exchange component for the GNU Taler electronic payment system";
+3
pkgs/by-name/ta/taler-merchant/package.nix
··· 14 14 libgcrypt, 15 15 texinfo, 16 16 curl, 17 + nixosTests, 17 18 }: 18 19 19 20 stdenv.mkDerivation (finalAttrs: { ··· 97 98 nativeCheckInputs = [ jq ]; 98 99 99 100 checkTarget = "check"; 101 + 102 + passthru.tests = nixosTests.taler.basic; 100 103 101 104 meta = { 102 105 description = "Merchant component for the GNU Taler electronic payment system";