[Piglit] [PATCH 08/35] framework/test: add a test class for built-in constants
Dylan Baker
dylan at pnwbakers.com
Wed Apr 4 22:26:56 UTC 2018
This has the same problem as asmparser tests.
---
framework/test/piglit_test.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/framework/test/piglit_test.py b/framework/test/piglit_test.py
index c53c3e5..0986ab0 100644
--- a/framework/test/piglit_test.py
+++ b/framework/test/piglit_test.py
@@ -203,3 +203,8 @@ class ASMParserTest(PiglitBaseTest):
def command(self):
command = super(ASMParserTest, self).command
return command + [os.path.join(ROOT_DIR, self.filename)]
+
+
+class BuiltInConstantsTest(PiglitBaseTest):
+
+ """Test class for handling built in constants tests."""
--
git-series 0.9.1
More information about the Piglit
mailing list