gnu: java-hamcrest-core: Declare test target.

* gnu/packages/java.scm (java-hamcrest-core)[arguments]: Add value for
test-target.
This commit is contained in:
Ricardo Wurmus 2017-03-03 16:12:59 +01:00
parent f12ad6c768
commit fae0b4ca11
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1087,6 +1087,7 @@ (define-public java-hamcrest-core
(guix build utils)
(srfi srfi-1))
#:make-flags (list (string-append "-Dversion=" ,version))
#:test-target "unit-test"
#:build-target "core"
#:phases
(modify-phases %standard-phases