bug-gnulib
[Top][All Lists]
Advanced

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

Re: MINT


From: Bruno Haible
Subject: Re: MINT
Date: Mon, 22 Dec 2008 12:41:42 +0100
User-agent: KMail/1.9.9

Alan Hourihane wrote:
> > Did you try to run the complete gnulib unit tests?
> >   $ ./gnulib-tool --test --with-tests
> 
> I have run individual tests, but I can run the whole suite.

In your situation, it is easier (less time consuming) to do

  ./gnulib-tool --create-testdir --with-tests --dir=/tmp/testdir

on a Linux machine, transfer the resulting directory, and then use on the MiNT
system only the commands

  ./configure CPPFLAGS=-Wall 2>&1 | tee log-configure
  make 2>&1 | tee log-make
  make check 2>&1 | tee log-check

(The command "./gnulib-tool --test --with-tests" does it all in one swoop. But
the first part is very time and memory consuming.)

Bruno




reply via email to

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