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
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
* 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
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
* 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
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
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