Using OASIS files for smaller size as DRC golden data

This commit is contained in:
Matthias Koefferlein 2018-01-12 00:06:24 +01:00
parent a0ff71467f
commit 390a5c11a8
11 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ TEST(1)
std::string input = tl::testsrc ();
input += "/testdata/drc/drctest.gds";
std::string au = tl::testsrc ();
au += "/testdata/drc/drcBasicTests_au.gds";
au += "/testdata/drc/drcBasicTests_au.oas";
std::string output = this->tmp_file ("tmp.gds");

View File

@ -31,7 +31,7 @@ TEST(1)
rs += "/testdata/drc/drcSimpleTests_1.drc";
std::string au = tl::testsrc ();
au += "/testdata/drc/drcSimpleTests_au1.gds";
au += "/testdata/drc/drcSimpleTests_au1.oas";
std::string output = this->tmp_file ("tmp.gds");
@ -71,7 +71,7 @@ TEST(2)
input += "/testdata/drc/drctest.gds";
std::string au = tl::testsrc ();
au += "/testdata/drc/drcSimpleTests_au2.gds";
au += "/testdata/drc/drcSimpleTests_au2.oas";
std::string output = this->tmp_file ("tmp.gds");
@ -111,7 +111,7 @@ TEST(3)
input += "/testdata/drc/drctest.gds";
std::string au = tl::testsrc ();
au += "/testdata/drc/drcSimpleTests_au3.gds";
au += "/testdata/drc/drcSimpleTests_au3.oas";
std::string output = this->tmp_file ("tmp.gds");

View File

@ -36,7 +36,7 @@ void runtest (tl::TestBase *_this, int mode)
std::string au = tl::testsrc ();
au += "/testdata/drc/drcSuiteTests_au";
au += tl::to_string (mode);
au += ".gds";
au += ".oas";
std::string output = _this->tmp_file ("tmp.gds");