Re: hier 7 question

2008-05-22 Thread Wesley Shields
On Wed, May 21, 2008 at 11:30:50PM -0400, Marc Spitzer wrote: > On Wed, May 21, 2008 at 11:13 PM, Sahil Tandon <[EMAIL PROTECTED]> wrote: > > * Marc Spitzer <[EMAIL PROTECTED]> [05-21-2008]: > > > >> The configure script does not have a --testdir knob that I can set to > >> ${PREFIX}/libexec/test t

Re: hier 7 question

2008-05-21 Thread Marc Spitzer
On Wed, May 21, 2008 at 11:13 PM, Sahil Tandon <[EMAIL PROTECTED]> wrote: > * Marc Spitzer <[EMAIL PROTECTED]> [05-21-2008]: > >> The configure script does not have a --testdir knob that I can set to >> ${PREFIX}/libexec/test to install the test programs their, although it >> does have one for ever

Re: hier 7 question

2008-05-21 Thread Sahil Tandon
* Marc Spitzer <[EMAIL PROTECTED]> [05-21-2008]: > The configure script does not have a --testdir knob that I can set to > ${PREFIX}/libexec/test to install the test programs their, although it > does have one for everything else. I can just just do 'mv > ${prefix}/test ${prefix}/libexec' to move

Re: hier 7 question

2008-05-21 Thread Marc Spitzer
On Wed, May 21, 2008 at 10:51 PM, Sahil Tandon <[EMAIL PROTECTED]> wrote: > * Marc Spitzer <[EMAIL PROTECTED]> [05-21-2008]: > >> On Sun, May 18, 2008 at 9:31 PM, Brooks Davis <[EMAIL PROTECTED]> wrote: >> > On Sun, May 18, 2008 at 08:20:03PM -0400, Marc Spitzer wrote: >> >> Hello, >> >> >> >> I am

Re: hier 7 question

2008-05-21 Thread Sahil Tandon
* Marc Spitzer <[EMAIL PROTECTED]> [05-21-2008]: > On Sun, May 18, 2008 at 9:31 PM, Brooks Davis <[EMAIL PROTECTED]> wrote: > > On Sun, May 18, 2008 at 08:20:03PM -0400, Marc Spitzer wrote: > >> Hello, > >> > >> I am porting ATF, http://www.netbsd.org/~jmmv/atf/, a unit testing > >> framework for

Re: hier 7 question

2008-05-21 Thread Marc Spitzer
On Sun, May 18, 2008 at 9:31 PM, Brooks Davis <[EMAIL PROTECTED]> wrote: > On Sun, May 18, 2008 at 08:20:03PM -0400, Marc Spitzer wrote: >> Hello, >> >> I am porting ATF, http://www.netbsd.org/~jmmv/atf/, a unit testing >> framework for C, C++ and Shell. The thing is is that it installs a >> bunch

Re: hier 7 question

2008-05-18 Thread Brooks Davis
On Sun, May 18, 2008 at 08:20:03PM -0400, Marc Spitzer wrote: > Hello, > > I am porting ATF, http://www.netbsd.org/~jmmv/atf/, a unit testing > framework for C, C++ and Shell. The thing is is that it installs a > bunch of self tests in ${PREFIX}/tests/atf. Is this the right place > for it? From