33 return bal::to_lower_copy(
BFS_STRING(bfs::path(rawpath).extension())) ==
".wiff";
37 int main(
int argc,
char* argv[])
41 #ifdef PWIZ_READER_ABI
42 const bool testAcceptOnly =
false;
44 const bool testAcceptOnly =
true;
int main(int argc, char *argv[])
PWIZ_API_DECL int testReader(const pwiz::msdata::Reader &reader, const std::vector< std::string > &args, bool testAcceptOnly, const TestPathPredicate &isPathTestable)
A common test harness for vendor readers;.
bool operator()(const string &rawpath) const
returns true iff the given rawpath is a real path to test/generate
test implementations derive from this to define which paths should be tested
#define TEST_PROLOG(argc, argv)