guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] GCJ: run libjava tests.


From: Andreas Enge
Subject: Re: [PATCH] GCJ: run libjava tests.
Date: Fri, 23 Oct 2015 10:30:58 +0200
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Oct 22, 2015 at 04:58:10PM +0200, Ricardo Wurmus wrote:
> I don’t know why.  Do you have any ideas?

No idea. Your initial patch
+           (replace 'check
+            (lambda _ (zero? (system* "make" "check-target-libjava"))))
looks a lot like the check build phase of gnu-build-system:
      (zero? (apply system* "make" test-target
                    `(,@(if parallel-tests?
                            `("-j" ,(number->string (parallel-job-count)))
                            '())
                      ,@make-flags)))
Besides the parallelism, the only difference could be in the make-flags.

Andreas




reply via email to

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