mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
taler-{exchange,merchant}: add passthru.tests
(cherry picked from commit 1c87f40c67)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user