54 #include "build_config.h"
63 unsigned openMissingFileTest();
64 unsigned openInvalidFileTest();
65 unsigned roundTripTest();
72 TUDEF(
"SEMStream",
"open");
73 const char testfn[] =
"wioefoqwief.wiroug04tu24tgjlv";
74 std::ifstream fstr(testfn, std::ios::in);
85 TUDEF(
"SEMStream",
"open");
86 std::string testfn(gnsstk::getPathData() + gnsstk::getFileSep() +
87 "timeconvert_2015_200_0.exp");
100 TUDEF(
"SEMData",
"operator<<");
102 string infn(getPathData() + getFileSep() +
"test_input_sem387.txt");
103 string outfn(getPathTestTemp() + getFileSep() +
"test_output_sem387.out");
105 SEMStream outstr(outfn.c_str(), ios::out);
109 TUASSERT(
static_cast<bool>(outstr));
112 while (instr >>
data)
125 int main(
int argc,
char * argv[] )
127 unsigned errorTotal = 0;
134 std::cout <<
"Total Failures for " << __FILE__ <<
": " << errorTotal