From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/306 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?THVrYSBNYXLEjWV0acSH?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: Unit tests Date: Wed, 27 Apr 2011 08:29:31 +0200 Message-ID: <4DB7B7CB.8020608@gmail.com> References: <20110410044515.GB13185@brightrain.aerifal.cx> <4DA73605.9080107@gmail.com> <20110414231140.GO13185@brightrain.aerifal.cx> <4DB5CCCD.7020104@gmail.com> <20110427004239.GY277@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312595715 11526 80.91.229.12 (6 Aug 2011 01:55:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 6 Aug 2011 01:55:15 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: envelope-from@hidden Wed Apr 27 06:32:45 2011 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; DomainKey-Signature: a=rsa-sha1; c=nofws; User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110402 Icedove/3.1.9 In-Reply-To: <20110427004239.GY277@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:306 Archived-At: On 04/27/2011 02:42 AM, Rich Felker wrote: > Congratulations Luka! I'm looking forward to the project, especially > as thorough testing is critical to the development timeline I have in > mind for musl leading up to 1.0. I know Solar and the Openwall team > are also eagar to see their GSoC slot put to good use. > > By the way, something to think about between now and when development > gets started - a name for the unit tests project? "Libc unit tests" is > fine but rather boring, so maybe we can come up with a cool name to > publicize it as (for example, in the bug reports it generates for > other implementations ;-). > > Cheers, > > Rich I've come up with "C Library Unit Test Suite" - cluts, which sounds like "klutz" (besides being klutzy of itself). Regarding the coding style, I try to practice most of it already, except opening brackets in-line with if/else/etc. But I think it's about time I tried that, so can do. Anyway, Thanks again. To Alexander especially. -Luka