Add cvtFastPerform to test harness.

This commit is contained in:
W. Eric Norum
2009-07-29 14:29:54 +00:00
parent ce778819bd
commit 49ddec4294
3 changed files with 7 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#include "epicsStdio.h"
#include "cvtFast.h"
#include "epicsTime.h"
#include "testMain.h"
typedef void ( * PTestFunc ) ( const double &, char * pBug, size_t bufSize );
@@ -129,7 +130,7 @@ void TestSNPrintf :: _target ()
static_cast < int > ( _prec ), _srcVal );
}
int main ()
MAIN(cvtFastPerform)
{
TestCvtFastDouble testCvtFastDouble;
TestSNPrintf testSNPrintf;