bug-gnulib
[Top][All Lists]
Advanced

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

Re: test results on Cygwin 1.7.30


From: Bruno Haible
Subject: Re: test results on Cygwin 1.7.30
Date: Thu, 17 Aug 2017 09:25:22 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-91-generic; KDE/5.18.0; x86_64; ; )

Eric Blake wrote:
> > Test results of a Gnulib POSIX testdir on Cygwin 1.7.30 (32-bit):
> 
> Can we repeat with modern cygwin 2.8.2?

You can do so using the usual steps:
  1. On a development machine:
     - Check out gnulib.
     $ ./gnulib-tool --create-testdir --dir=/tmp/testdir-posix --with-tests 
--single-configure `./posix-modules`
     $ cd /tmp
     $ tar cvfz testdir-posix.tar.gz testdir-posix
  2. Transfer testdir-posix.tar.gz to the Cygwin machine.
  3. On the Cygwin machine:
     $ tar xfz testdir-posix.tar.gz
     $ cd testdir-posix
     $ ./configure CPPFLAGS="-Wall" 2>&1 | tee log1 \
       && make 2>&1 | tee log2 \
       && make check 2>&1 | tee log3

I'm not doing testing with the most recent Cygwin. Currently, I have configured
machines with Cygwin 2.6.1, 1.7.30, 1.5.25.

Bruno




reply via email to

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