guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/3] guix: ant-build-system: add empty `tests` target to defa


From: Danny Milosavljevic
Subject: Re: [PATCH 2/3] guix: ant-build-system: add empty `tests` target to default build.xml.
Date: Mon, 5 Sep 2016 22:26:06 +0200

Hi Hartmut,

On Mon, 5 Sep 2016 13:32:44 +0200
Hartmut Goebel <address@hidden> wrote:

> When specifying #:jar-file, the ant-builder will create a build.xml.
> This build.xml did not include a test-target at all. So one *always* had
> to include "#:tests? #f" to disable calling the (non-existing)
> test-target - otherwise build would fail. But adding "#:tests? #f" is
> just redundant.

I see what you mean. But is it still possible to easily find out which packages 
have tests and which haven't after your patch?

I think being able to know that is important since it's prudent to trust a 
package without tests (much) less.

Also, would it be possible to auto-discover jUnit tests instead?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]