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 d984e2d..ea03cf4 100644
--- a/framework/tests/integration_tests.py
+++ b/framework/tests/integration_tests.py
@@ -64,3 +64,14 @@ def test_igt_igttest():
     """ igt.IGTTest initializes """
     mod = _import('tests.igt')
     mod.IGTTest('foo')
+
+
+def test_es3conform_import():
+    """ es3conform.py can be imported """
+    _import('tests.es3conform')
+
+
+def test_es3conform_gtftest():
+    """ es3conform.GTFTest initializes """
+    mod = _import('tests.es3conform')
+    mod.GTFTest('testpath')
-- 
2.0.0.rc0

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to