cvtFastPerform measures performance, it doesn't do functional testing.

* Cleaned up some warning messages in it on darwin
* Removed it from the epicsRunLibComTests function.
This commit is contained in:
Andrew Johnson
2010-04-26 17:19:10 -05:00
parent c4d9293c79
commit b4be728539
3 changed files with 12 additions and 5 deletions
+5
View File
@@ -18,6 +18,7 @@ typedef void ( * PTestFunc ) ( const double &, char * pBug, size_t bufSize );
class Test {
public:
Test ();
virtual ~Test ();
void execute ();
protected:
char _pDst[128];
@@ -48,6 +49,10 @@ Test ::
{
}
Test :: ~Test ()
{
}
void Test :: execute ()
{
static const unsigned lowPrecision = 2;