diff options
Diffstat (limited to 'tests/kms-test-brxalloc.py')
-rwxr-xr-x | tests/kms-test-brxalloc.py | 4 |
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() |