Skip to Content.
Sympa Menu

cado-nfs - Re: [Cado-nfs-discuss] Latest git fails make test

Subject: Discussion related to cado-nfs

List archive

Re: [Cado-nfs-discuss] Latest git fails make test


Chronological Thread 
  • From: Alexander Kruppa <alexander.kruppa@inria.fr>
  • To: Raphaël Rigo <ml-cado@syscall.eu>
  • Cc: cado-nfs-discuss@lists.gforge.inria.fr
  • Subject: Re: [Cado-nfs-discuss] Latest git fails make test
  • Date: Tue, 5 Aug 2014 13:11:54 +0200 (CEST)
  • List-archive: <http://lists.gforge.inria.fr/pipermail/cado-nfs-discuss/>
  • List-id: A discussion list for Cado-NFS <cado-nfs-discuss.lists.gforge.inria.fr>

----- Original Message -----
> From: "Raphaël Rigo" <ml-cado@syscall.eu>
> To: "Emmanuel Thomé" <emmanuel.thome@gmail.com>
> Cc: cado-nfs-discuss@lists.gforge.inria.fr
>
> Interestingly, I reran "make check" instead of "make test" :
> 100% tests passed, 0 tests failed out of 102
>
> Raphaël

This is by design. Unfortunately, CTest does not allow adding build
dependencies that are not themselves tests. Some tests require that some
binaries are built first which are not part of the "all" target. The usual
work-around is to introduce the "check" target which builds all required
binaries, and then runs the "test" target.

TLDR; don't do "make test", do "make check"

Alex




Archive powered by MHonArc 2.6.19+.

Top of Page