Re: [eigen] gtest helpers for eigen |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] gtest helpers for eigen
- From: "Benoit Jacob" <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 14 Jan 2009 17:51:24 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=LNg9GRRk+GPsvo6ykq9K8XdkNNUAzQApZRP6N8HTW0M=; b=CRaJtj7CUYWYxmRL9OLbMoy2u0fZhK58jQPfK9F36nQd0h+J4QTEDlUSdQvGc4Tljg iAucnI/yi7yliAIQ5VPApTxQRxOND6ZGp+3XbKoNGi3NTm3f6GHTV3ctgo9R1rCEwEjH 6dqCmmLEdcwTN4YyU8DugLH6MRaZvTIBv5/CA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=s9zhb5R6jC9qq621+7EE7+au1Dqz+hCKGRrV/tIsFhs0X252pNhl+b/qz4vklBcW2Z qjsrduC2xp8Qs22TxUidaApj6wdknNSO9QnKxE4FYw0FD68ER5YB8/5U740ZGpgIA/mA qKrIwaGqAgryaIpLoIBJWy74m4Wn6xupGT3WM=
Hm OK so I had a look at gtest, so it looks like it's a generic
testing framework like CppUnit or QTestLib?
In Eigen we already our own homemade testing framework that works very
well for us.
But I may be missing something?
Cheers,
Benoit
2009/1/14 Keir Mierle <mierle@xxxxxxxxx>:
> Would anyone be interested in having a extensions for testing numeric code
> based on eigen2 with gtest? (http://code.google.com/p/googletest)
> I have added the following to
> libmv: http://code.google.com/p/libmv/source/browse/trunk/src/testing/testing.h,
> and it has proved very useful.
> I thought others might be interested. Perhaps have something similar in a
> contrib/ directory?
> Keir