diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2016-08-10 11:00:22 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2016-08-16 09:46:56 -0700 |
commit | ae71cef4d1bbfc542fd507fd71153e362c7d48f8 (patch) | |
tree | 2e24221c021c94244e22e46024ea209ce07b30de /unittests | |
parent | 1b29ac77a46c2d0e234f99549582aed598b6f8bb (diff) |
unittests: Add deqp_egl to integration tests.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/suites/test_integration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/suites/test_integration.py b/unittests/suites/test_integration.py index 1172c13e3..ce8876196 100644 --- a/unittests/suites/test_integration.py +++ b/unittests/suites/test_integration.py @@ -62,6 +62,7 @@ def _import(name): 'tests.deqp_gles3', 'tests.deqp_gles31', 'tests.deqp_vk', + 'tests.deqp_egl', 'tests.es3conform', 'tests.igt', 'tests.oglconform', |