pull/35949/head
Shane Smiskol 3 months ago
parent 0dd303f10b
commit e4736f081d
  1. 7
      selfdrive/ui/tests/test_raylib_ui.py

@ -0,0 +1,7 @@
import time
from openpilot.selfdrive.test.helpers import with_processes
@with_processes(["raylib_ui"])
def test_raylib_ui():
time.sleep(1)
Loading…
Cancel
Save