guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: ardour: Enable tests.


From: Ricardo Wurmus
Subject: 03/03: gnu: ardour: Enable tests.
Date: Sun, 5 Mar 2017 13:44:15 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5f0c649683aeba9f7272d81277cec37fd36af880
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 5 19:42:52 2017 +0100

    gnu: ardour: Enable tests.
    
    * gnu/packages/audio.scm (ardour)[arguments]: Enable unit tests.
---
 gnu/packages/audio.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3d943dc..2b11a32 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -209,13 +209,14 @@ namespace ARDOUR { const char* revision = \"" version "\" 
; }")))))
     (arguments
      `(#:configure-flags '("--cxx11"          ; required by gtkmm
                            "--no-phone-home"  ; don't contact ardour.org
-                           "--freedesktop")   ; install .desktop file
+                           "--freedesktop"    ; install .desktop file
+                           "--test")          ; build unit tests
        #:phases
        (modify-phases %standard-phases
          (add-after
           'unpack 'set-rpath-in-LDFLAGS
           ,(ardour-rpath-phase (version-prefix version 1))))
-       #:tests? #f ; no check target
+       #:test-target "test"
        #:python ,python-2))
     (inputs
      `(("alsa-lib" ,alsa-lib)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]