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:
parent
f12ad6c768
commit
fae0b4ca11
|
@ -1087,6 +1087,7 @@ an Ant task that extends the built-in @code{jar} task.")
|
||||||
(guix build utils)
|
(guix build utils)
|
||||||
(srfi srfi-1))
|
(srfi srfi-1))
|
||||||
#:make-flags (list (string-append "-Dversion=" ,version))
|
#:make-flags (list (string-append "-Dversion=" ,version))
|
||||||
|
#:test-target "unit-test"
|
||||||
#:build-target "core"
|
#:build-target "core"
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue