ProteoWizard
Classes | Functions
Reader_Agilent_Test.cpp File Reference
#include "pwiz/utility/misc/unit.hpp"
#include "Reader_Agilent.hpp"
#include "pwiz/utility/misc/VendorReaderTestHarness.hpp"
#include "pwiz/utility/misc/Filesystem.hpp"
#include "pwiz/utility/misc/Std.hpp"

Go to the source code of this file.

Classes

struct  IsDirectory

Functions

int main (int argc, char *argv[])

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 37 of file Reader_Agilent_Test.cpp.

References e(), TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and pwiz::util::testReader().

{
TEST_PROLOG(argc, argv)
#ifdef PWIZ_READER_AGILENT
const bool testAcceptOnly = false;
#else
const bool testAcceptOnly = true;
#endif
try
{
}
catch (exception& e)
{
TEST_FAILED(e.what())
}
catch (...)
{
TEST_FAILED("Caught unknown exception.")
}
}