torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
common/TestHelpers.cpp File Reference

Source for Boost.Test helper functions. More...

#include "torc/common/TestHelpers.hpp"
#include <fstream>
+ Include dependency graph for common/TestHelpers.cpp:

Go to the source code of this file.

Namespaces

 torc
 Implementation of class to encapsulate micro-bitstream library generation code.
 
 torc::common
 

Functions

bool torc::common::readFileIntoString (const boost::filesystem::path &inPath, std::string &outString)
 Read the raw contents of the specified file into a std::string. More...
 
bool torc::common::fileContentsAreEqual (const boost::filesystem::path &inA, const boost::filesystem::path &inB)
 Compare the raw contents of two files to determine whether they are identical. More...
 

Detailed Description

Source for Boost.Test helper functions.

Definition in file common/TestHelpers.cpp.