gnu: ardour: Enable tests.

* gnu/packages/audio.scm (ardour)[arguments]: Enable unit tests.
This commit is contained in:
Ricardo Wurmus 2017-03-05 19:42:52 +01:00
parent ba5c85679d
commit 5f0c649683
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -209,13 +209,14 @@ (define-public ardour
(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)