#include <boost/test/unit_test.hpp>
#include "torc/architecture/Segments.hpp"
#include "torc/architecture/DDB.hpp"
#include "torc/common/Devices.hpp"
#include "torc/architecture/DDBStreamHelper.hpp"
#include "torc/architecture/OutputStreamHelpers.hpp"
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Namespaces | |
namespace | torc |
namespace | torc::architecture |
Classes | |
class | torc::architecture::segments_regression_test_helper |
Regression test class for segments consistency across all devices. More... | |
Functions | |
torc::architecture::BOOST_AUTO_TEST_CASE (SegmentsRegressionTest) | |
Regression test for the Segments class. |
Definition in file SegmentsRegressionTest.cpp.