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:
random human 2018-09-01 14:46:40 +05:30
parent 1f1b1b34d6
commit f146ee2820
No known key found for this signature in database
GPG key ID: 73E5A60444CC77A3
3 changed files with 12 additions and 1 deletions

View file

@ -177,7 +177,7 @@ if get_option('enable-xwayland')
sway_deps += xcb
endif
executable(
sway_exec = executable(
'sway',
sway_sources,
include_directories: [sway_inc],