mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 12:35:41 +02:00
meson: add test case that verifies f00bar can be executed
This commit is contained in:
parent
9fbadb4ab1
commit
447f7b6e07
1 changed files with 3 additions and 1 deletions
|
@ -83,7 +83,7 @@ subdir('decorations')
|
|||
subdir('particles')
|
||||
subdir('modules')
|
||||
|
||||
executable(
|
||||
f00bar = executable(
|
||||
'f00bar',
|
||||
'color.h',
|
||||
'config-verify.c', 'config-verify.h',
|
||||
|
@ -105,6 +105,8 @@ executable(
|
|||
install: true,
|
||||
install_rpath: '$ORIGIN/../' + get_option('libdir') + '/f00bar')
|
||||
|
||||
test('f00bar-is-executable', f00bar, args: ['--version'])
|
||||
|
||||
install_headers(
|
||||
'color.h',
|
||||
'config.h',
|
||||
|
|
Loading…
Add table
Reference in a new issue