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,
|
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 = ''
|
||||||
|
|
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue