more tests

This commit is contained in:
Jeff Hill
2001-07-13 16:10:08 +00:00
parent d0e047f78f
commit df9b5703d5
+8
View File
@@ -2022,6 +2022,12 @@ void verifyTimeStamps ( chid chan )
printf ("Time difference between client and server %g sec\n", diff );
}
void verifyImmediateTearDown ()
{
ca_task_initialize ();
ca_task_exit ();
}
int acctst ( char *pName, unsigned channelCount, unsigned repetitionCount )
{
chid chan;
@@ -2034,6 +2040,8 @@ int acctst ( char *pName, unsigned channelCount, unsigned repetitionCount )
epicsEnvSet ( "EPICS_CA_MAX_ARRAY_BYTES", "10000000" );
verifyImmediateTearDown ();
verifyDataTypeMacros ();
connections = ca_get_ioc_connection_count ();