From: 宋文武 <iyzsong@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 02/11] gnu: at-spi2-core: Enable tests.
Date: Wed, 8 Apr 2015 11:34:25 +0800 [thread overview]
Message-ID: <1428464074-9794-2-git-send-email-iyzsong@gmail.com> (raw)
In-Reply-To: <1428464074-9794-1-git-send-email-iyzsong@gmail.com>
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Remove #:tests? #f.
Add #:phases.
---
gnu/packages/gtk.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 113037f..459112c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -342,6 +342,13 @@ in the GNOME project.")
(base32
"1l3l39mw23zyjlcqidvkyqlr4gwbhplzw2hcv3qvn6p8ikxpf2qw"))))
(build-system gnu-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (replace check
+ ;; Run test-suite under a dbus session.
+ (lambda _
+ (zero? (system* "dbus-launch" "make" "check")))))))
(inputs `(("dbus" ,dbus)
("glib" ,glib)
("libxi" ,libxi)
@@ -349,9 +356,6 @@ in the GNOME project.")
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
- (arguments
- `(#:tests? #f)) ; FIXME: dbind/dbtest fails; one should disable tests in
- ; a more fine-grained way.
(synopsis "Assistive Technology Service Provider Interface, core components")
(description
"The Assistive Technology Service Provider Interface, core components,
--
2.2.1
next prev parent reply other threads:[~2015-04-08 3:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-08 3:34 [PATCH 01/11] gnu: at-spi2-core: Update to 2.16.0 宋文武
2015-04-08 3:34 ` 宋文武 [this message]
2015-04-08 3:34 ` [PATCH 03/11] gnu: at-spi2-core: Propagate inputs dbus and glib 宋文武
2015-04-08 3:34 ` [PATCH 04/11] gnu: at-spi2-core: Enable GObject introspection 宋文武
2015-04-08 3:34 ` [PATCH 05/11] gnu: atk: Update to 2.16.0 宋文武
2015-04-08 3:34 ` [PATCH 06/11] gnu: atk: Move html documentation to 'doc' output 宋文武
2015-04-08 3:34 ` [PATCH 07/11] gnu: at-spi2-atk: Update to 2.16.0 宋文武
2015-04-08 3:34 ` [PATCH 08/11] gnu: atk: Propagate input glib 宋文武
2015-04-08 3:34 ` [PATCH 09/11] gnu: at-spi2-atk: Enable tests 宋文武
2015-04-08 3:34 ` [PATCH 10/11] gnu: at-spi2-atk: Propagate input at-spi2-core 宋文武
2015-04-08 3:34 ` [PATCH 11/11] gnu: at-spi2-core: Move html documentation to 'doc' output 宋文武
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1428464074-9794-2-git-send-email-iyzsong@gmail.com \
--to=iyzsong@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).