summaryrefslogtreecommitdiff
path: root/tests/kms-test-brxalloc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms-test-brxalloc.py')
-rwxr-xr-xtests/kms-test-brxalloc.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/kms-test-brxalloc.py b/tests/kms-test-brxalloc.py
index c80d2e3..3ccd699 100755
--- a/tests/kms-test-brxalloc.py
+++ b/tests/kms-test-brxalloc.py
@@ -128,4 +128,6 @@ class BRxAllocTest(kmstest.KMSTest):
self.atomic_crtc_disable(outputs[0].crtc)
self.atomic_crtc_disable(outputs[1].crtc)
-BRxAllocTest().execute()
+
+if __name__ == '__main__':
+ BRxAllocTest().execute()