Updated test data.

This commit is contained in:
Matthias Koefferlein
2019-08-30 11:01:00 +02:00
parent 2a8f4c9610
commit 5cfadad54f
5 changed files with 625 additions and 6 deletions
@@ -371,14 +371,14 @@ TEST(2_WriterWithGlobalNets)
l2n.netlist ()->make_top_level_pins ();
l2n.netlist ()->purge ();
std::string path = tmp_file ("tmp_l2nwriter_2.txt");
std::string path = tmp_file ("tmp_l2nwriter_2b.txt");
{
tl::OutputStream stream (path);
db::LayoutToNetlistStandardWriter writer (stream, false);
writer.write (&l2n);
}
std::string au_path = tl::combine_path (tl::combine_path (tl::combine_path (tl::testsrc (), "testdata"), "algo"), "l2n_writer_au_2.txt");
std::string au_path = tl::combine_path (tl::combine_path (tl::combine_path (tl::testsrc (), "testdata"), "algo"), "l2n_writer_au_2b.txt");
compare_text_files (path, au_path);