mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-08 04:41:06 +02:00
log: convert all to sinks
This commit is contained in:
@@ -8,7 +8,7 @@ namespace RTLIL {
|
||||
class TechmapLibparseTest : public testing::Test {
|
||||
protected:
|
||||
TechmapLibparseTest() {
|
||||
if (log_files.empty()) log_files.emplace_back(stdout);
|
||||
if (log_sinks.empty()) log_sinks.push_back(std::make_unique<ConsoleLogSink>());
|
||||
}
|
||||
void checkAll(std::initializer_list<std::string> expressions, std::string expected) {
|
||||
for (const auto& e : expressions) {
|
||||
|
||||
Reference in New Issue
Block a user