gnu: Add java-ops4j-pax-exam-core-junit.

* gnu/packages/java.scm (java-ops4j-pax-exam-core-junit): New variable.
master
Julien Lepiller 2017-10-04 20:09:47 +02:00
parent 7a7c2b7556
commit 4496d77fb4
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 15 additions and 0 deletions

View File

@ -5643,3 +5643,18 @@ the system under test at the same time.")
("cglib" ,java-cglib)
("objenesis" ,java-objenesis)
("asm" ,java-asm)))))
(define-public java-ops4j-pax-exam-core-junit
(package
(inherit java-ops4j-pax-exam-core)
(name "java-ops4j-pax-exam-core-junit")
(arguments
`(#:jar-name "ops4j-pax-exam-core-junit.jar"
#:source-dir "drivers/pax-exam-junit4/src/main/java"
#:tests? #f)); no tests
(inputs
`(("junit" ,java-junit)
("slf4j" ,java-slf4j-api)
("core" ,java-ops4j-pax-exam-core)
("spi" ,java-ops4j-pax-exam-core-spi)))
(native-inputs '())))