47int main(
int argc,
char* argv[])
51 #ifdef PWIZ_READER_BRUKER
52 const bool testAcceptOnly =
false;
54 const bool testAcceptOnly =
true;
59 bool requireUnicodeSupport =
false;
PWIZ_API_DECL int testReader(const pwiz::msdata::Reader &reader, const std::vector< std::string > &args, bool testAcceptOnly, bool requireUnicodeSupport, const TestPathPredicate &isPathTestable, const ReaderTestConfig &config=ReaderTestConfig())
A common test harness for vendor readers;.