33 return bfs::is_directory(rawpath);
37 int main(
int argc,
char* argv[])
41 #ifdef PWIZ_READER_BRUKER
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;.
test implementations derive from this to define which paths should be tested
bool operator()(const string &rawpath) const
returns true iff the given rawpath is a real path to test/generate
#define TEST_PROLOG(argc, argv)