9 lines
317 B
Text
9 lines
317 B
Text
|
|
#!/usr/bin/ion
|
||
|
|
# Phase 13.2.a — Launch compositor + wl_output version gating test client.
|
||
|
|
# Le client teste binding wl_output aux v1/v2/v3 et reporte PASS/FAIL.
|
||
|
|
# Pas besoin de Ctrl+Q : le client exit puis on stoppe le compositor.
|
||
|
|
rm -f /tmp/redox-wl-comp.sock
|
||
|
|
redox-wl-compositor &
|
||
|
|
sleep 1
|
||
|
|
redox-wl-test-wl-output
|