mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
taler-{exchange,merchant}: add passthru.tests
This commit is contained in:
parent
1dd75bd295
commit
1c87f40c67
2 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
gettext,
|
||||
texinfo,
|
||||
libtool,
|
||||
nixosTests,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
@ -109,6 +110,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
checkTarget = "check";
|
||||
|
||||
passthru.tests = nixosTests.taler.basic;
|
||||
|
||||
meta = {
|
||||
description = "Exchange component for the GNU Taler electronic payment system";
|
||||
longDescription = ''
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
libgcrypt,
|
||||
texinfo,
|
||||
curl,
|
||||
nixosTests,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
@ -98,6 +99,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
checkTarget = "check";
|
||||
|
||||
passthru.tests = nixosTests.taler.basic;
|
||||
|
||||
meta = {
|
||||
description = "Merchant component for the GNU Taler electronic payment system";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue