mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-01-04 14:30:20 +01:00
tests: Use public-code and private-code instead of code
The wayland-scanner sub-commands private-code and public-code replaced the old code command, so lets use those in the tests instead. This requires at least wayland-scanner 1.15.0. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
3f282987d6
commit
3bd79c2ddc
1 changed files with 2 additions and 1 deletions
|
|
@ -7,4 +7,5 @@ fi
|
|||
|
||||
$SCANNER client-header $1 /dev/null
|
||||
$SCANNER server-header $1 /dev/null
|
||||
$SCANNER code $1 /dev/null
|
||||
$SCANNER private-code $1 /dev/null
|
||||
$SCANNER public-code $1 /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue