~ruther/guix-local

6253961de2628ed9e65987c823935d669c0e20fc — Andreas Enge 13 years ago 380d5de
build-system/gnu: enable test-target during the check phase

* guix/build-system/gnu.scm: add variable test-target
1 files changed, 2 insertions(+), 0 deletions(-)

M guix/build-system/gnu.scm
M guix/build-system/gnu.scm => guix/build-system/gnu.scm +2 -0
@@ 152,6 152,7 @@ System: GCC, GNU Make, Bash, Coreutils, etc."
                    (out-of-source? #f)
                    (path-exclusions ''())
                    (tests? #t)
                    (test-target "check")
                    (parallel-build? #t) (parallel-tests? #t)
                    (patch-shebangs? #t)
                    (strip-binaries? #t)


@@ 193,6 194,7 @@ which could lead to gratuitous input divergence."
                  #:out-of-source? ,out-of-source?
                  #:path-exclusions ,path-exclusions
                  #:tests? ,tests?
                  #:test-target ,test-target
                  #:parallel-build? ,parallel-build?
                  #:parallel-tests? ,parallel-tests?
                  #:patch-shebangs? ,patch-shebangs?