Re: [eigen] beta2 ready for testing |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] beta2 ready for testing
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 12 Oct 2010 21:39:38 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=NCww9R4mVLEMkztU2dmVOf+jfrarBvLNy8IhSUkmnFs=; b=FcoV9TVbhJL0T2zEyHX2eMWK23MC/i510qBeAYQqupKO/r/tp598CwNi/4C/AiXmX1 RSsu/67zy/T1GopXfj3tz39g7eEa2BjF3K34ZZm+dORrHbkIN9ZclUrpC0qPFgpgxzPP XLjVBnZ48jcgQK2Wkyy/QY/A8nFYlkTtEZl1Q=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ZHXwoHWsAj1lX5BpNcGi68xzxzmGhLPhhxIv+uCyJpbpprMFKA89aUZYvyMhk/hoVh fuw2hnpEbkAXy1kMieH3AcBFskf/XmXAqTF+3mwQ7O0quJaFnh5kDN4sgglRNAt1OxUP bRk0LKTUte1BTDq6MdtnxZZQ4wAJ0nP0mMzzI=
Both
make check
and
./check.sh '.*'
should build and run all tests, including unsupported/. If not, that's a bug.
Personally I use the 2nd variant all the time and it does it.
Benoit
2010/10/12 Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>:
> I meant 'make check', of course
>
> Thomas
>
> --
>
> Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
>
> http://www.freehackers.org/thomas
>
> On Wednesday 13 October 2010 01:44:34 Thomas Capricelli wrote:
>
>> Is it me or doing just './check' used to also perform tests in unsupported
>> and not anymore ?