22 #include <N_LOA_LoaderMgr.h>
60 bool bsuccess = STATUS_SUCCESS;
63 cout <<
"Performing allocations" << endl;
73 cout <<
"Done with allocations";
89 bool bsuccess = STATUS_SUCCESS;
92 cout <<
"Performing registrations";
97 cout <<
"Done with registrations";
113 bool bsuccess = STATUS_SUCCESS;
116 cout <<
"Performing de-allocations";
123 cout <<
"Done with de-allocations";
140 bool bsuccess = STATUS_SUCCESS;
142 cout <<
"Performing initializations" << endl;
146 cout <<
"Done Initializations" << endl;
163 bool bsuccess = STATUS_SUCCESS;
166 cout <<
"Performing load tests:\n";
169 cout <<
"Done with Jacobian\n";
171 cout <<
"Done with RHS\n";
173 cout <<
"done performing load tests:\n";
194 cout <<
"Welcome to the Loader Services testing program";
200 btmp =
doLoad (); bsuccess = bsuccess && btmp;
204 cout <<
"Done testing the Loader Services";
219 int main (
int iargs,
char *cargs[])
223 bool bsuccess = LOADPtr->
runTests (iargs, cargs);
N_DEV_DeviceMgr * DEV_DeviceMgrPtr_
int main(int iargs, char *cargs[])
bool runTests(int iargs, char *cargs[])
N_LOA_LoaderMgr * LOA_LoaderMgrPtr_