libabigail
Namespaces | Functions
test-read-common.cc File Reference

This file implements the common functionality for the tests in CTF and DWARF readers, it does the abstraction in the `act` test stage. More...

#include <fstream>
#include <cstring>
#include "test-read-common.h"
Include dependency graph for test-read-common.cc:

Go to the source code of this file.

Namespaces

 abigail
 Toplevel namespace for libabigail.
 

Functions

void display_usage (const string &prog_name, ostream &out)
 Write the usage message to out stream object. More...
 
bool parse_command_line (int argc, char *argv[], options &opts)
 Parse and process test options. More...
 
bool run_tests (const size_t num_tests, const InOutSpec *specs, const options &opts, create_new_test new_test)
 The main entry point to execute the testsuite. More...
 

Detailed Description

This file implements the common functionality for the tests in CTF and DWARF readers, it does the abstraction in the `act` test stage.

Definition in file test-read-common.cc.