Re: [PATCH] Add junit.

2016-04-22 Thread Ricardo Wurmus
Eric Bavier writes: > On 2016-04-22 09:16, Ricardo Wurmus wrote: >> Hi Guix, >> >> here’s a first batch of patches for Java libraries. Many Java packages >> depend on JUnit, so that’s where I started. “hamcrest-core” is just a >> small part of the whole hamcrest library, but it’s enough to bu

Re: [PATCH] Add junit.

2016-04-22 Thread Eric Bavier
On 2016-04-22 09:16, Ricardo Wurmus wrote: Hi Guix, here’s a first batch of patches for Java libraries. Many Java packages depend on JUnit, so that’s where I started. “hamcrest-core” is just a small part of the whole hamcrest library, but it’s enough to build JUnit. [...] + (add-befo

[PATCH] Add junit.

2016-04-22 Thread Ricardo Wurmus
Hi Guix, here’s a first batch of patches for Java libraries. Many Java packages depend on JUnit, so that’s where I started. “hamcrest-core” is just a small part of the whole hamcrest library, but it’s enough to build JUnit. I tested JUnit previously with the log4j-api package, but I cannot subm