FOSSology  4.4.0
Open Source License Compliance by Open Source Software
run_tests.cc File Reference

CPP unit test cases runner. More...

#include <cppunit/BriefTestProgressListener.h>
#include <cppunit/CompilerOutputter.h>
#include <cppunit/TestResult.h>
#include <cppunit/TestResultCollector.h>
#include <cppunit/TestRunner.h>
#include <cppunit/XmlOutputter.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <fstream>
#include <stdexcept>
Include dependency graph for run_tests.cc:

Go to the source code of this file.

Functions

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

Detailed Description

CPP unit test cases runner.

Definition in file run_tests.cc.

Function Documentation

◆ main()

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

Main function to run the test cases

Definition at line 29 of file run_tests.cc.