bug-coreutils
[Top][All Lists]
Advanced

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

Re: new coreutils snapshot; are they useful?


From: Matthew Woehlke
Subject: Re: new coreutils snapshot; are they useful?
Date: Tue, 20 Feb 2007 10:20:52 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061206 Thunderbird/1.5.0.9 Mnenhy/0.7.4.0

Jim Meyering wrote:
Matthew Woehlke wrote:
might be useful to have some way to run the test suite in a different
directory, so that it is easy to run once on NFS and once on local. In
particular I remember that on Darwin this was important.

To build and run "make check" using various writable directories
on file systems of different types, do this:

  for d in $dir_list; do
    ( cd $d && $cu_srcdir/configure && make && make check )
  done

Yes, I know about srcdir builds (thanks for the reminder anyway). What I would *like* to do is build once, and be able to run just the tests somewhere else. (In this case, I am pretty sure I don't have the room to do the build where I want to run the tests, anyway.)

--
Matthew
"Do you do windows as well?"
"Only when I'm forced to deal with Microsoft..."
  -- from a story by Feech





reply via email to

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