~ruther/guix-local

5f0c649683aeba9f7272d81277cec37fd36af880 — Ricardo Wurmus 9 years ago ba5c856
gnu: ardour: Enable tests.

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

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +3 -2
@@ 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)