gnu: Add java-ops4j-pax-exam-core-junit.
* gnu/packages/java.scm (java-ops4j-pax-exam-core-junit): New variable.
This commit is contained in:
parent
7a7c2b7556
commit
4496d77fb4
|
@ -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 '())))
|
||||
|
|
Loading…
Reference in New Issue