summaryrefslogtreecommitdiffstats
path: root/src/test/templates/interfaceaddtest.mako.hpp
blob: 3b0609a6ea8fe9b9dd1bfcd71869a14aab46c89d (plain)
1
2
3
4
5
6
7
8
9
10
11
const std::array<std::string, ${len(pathinstances)}> paths = {
% for p in paths:
    "${p.name}"s,
% endfor
};

const std::array<std::string, ${len(pathwatches)}> pathwatches = {{
% for w in pathwatches:
    paths[${w.pathinstances}],
% endfor
}};
OpenPOWER on IntegriCloud