mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Add test to run sway
Sets the PATH variable correctly so that it finds the auxilliary executables. To use: run "meson test -v sway" in the build directory. Added an "interactive-tests" option for when actual tests are added.
This commit is contained in:
parent
1f1b1b34d6
commit
f146ee2820
3 changed files with 12 additions and 1 deletions
|
|
@ -4,3 +4,4 @@ option('zsh_completions', type: 'boolean', value: true, description: 'Install zs
|
|||
option('bash_completions', type: 'boolean', value: true, description: 'Install bash shell completions.')
|
||||
option('fish_completions', type: 'boolean', value: true, description: 'Install fish shell completions.')
|
||||
option('enable-xwayland', type: 'boolean', value: true, description: 'Enable support for X11 applications')
|
||||
option('interactive-tests', type: 'boolean', value: true, description: 'Enable interactive tests')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue