52 unsigned roundTrip10Test();
59 TUDEF(
"IonexStream",
"open");
63 string ps(gnsstk::getFileSep());
64 string pd(gnsstk::getPathData());
65 string tp(gnsstk::getPathTestTemp());
66 string reffn(pd + ps +
"igrg2680.20i");
67 string outfn(tp + ps +
"igrg2680.20i");
70 TUCSM(
"reallyGetRecord");
74 TUFAIL(
"Unable to read input stream");
76 TUCSM(
"reallyPutRecord");
80 TUFAIL(
"Unable to write to output stream");
85 TUCSM(
"reallyGetRecord");
87 TUCSM(
"reallyPutRecord");
99 unsigned errorTotal = 0;
103 cout <<
"Total Failures for " << __FILE__ <<
": " << errorTotal << endl;