diff options
-rw-r--r-- | framework/test/piglit_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/test/piglit_test.py b/framework/test/piglit_test.py index 6511e0f53..f52915d18 100644 --- a/framework/test/piglit_test.py +++ b/framework/test/piglit_test.py @@ -205,6 +205,7 @@ class BuiltInConstantsTest(PiglitBaseTest): command[1] = os.path.join(ROOT_DIR, 'tests', command[1]) return command + class PiglitCLTest(PiglitBaseTest): # pylint: disable=too-few-public-methods """ OpenCL specific Test class. |