Signed-off-by: Dylan Baker <[email protected]>
---
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
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit