[Piglit] [PATCH 4/4] integration_tests.py: Add oglconform support
Dylan Baker
baker.dylan.c at gmail.com
Fri Apr 25 09:01:59 PDT 2014
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
framework/tests/integration_tests.py | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/framework/tests/integration_tests.py b/framework/tests/integration_tests.py
index ea03cf4..53d8d4b 100644
--- a/framework/tests/integration_tests.py
+++ b/framework/tests/integration_tests.py
@@ -75,3 +75,14 @@ def test_es3conform_gtftest():
""" es3conform.GTFTest initializes """
mod = _import('tests.es3conform')
mod.GTFTest('testpath')
+
+
+def test_oglconform_import():
+ """ oglconform.py can be imported """
+ _import('tests.oglconform')
+
+
+def test_oglconform_oglctest():
+ """ oglconform.OGLCTest initializes """
+ mod = _import('tests.oglconform')
+ mod.OGLCTest('catagory', 'subtest')
--
2.0.0.rc0
More information about the Piglit
mailing list