mirror of https://github.com/KLayout/klayout.git
Using OASIS files for smaller size as DRC golden data
This commit is contained in:
parent
a0ff71467f
commit
390a5c11a8
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue