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

* gnu/packages/java.scm (java-hamcrest-core)[arguments]: Add value for
test-target.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -1087,6 +1087,7 @@ an Ant task that extends the built-in @code{jar} task.")
(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