mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-07-31 18:36:53 +02:00
travis: run gamemoded -v
as meson test
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:

committed by
afayaz-feral

parent
6453a123ab
commit
c36019a9aa
@@ -14,7 +14,7 @@ daemon_sources = [
|
||||
gamemoded_includes = libgamemode_includes
|
||||
gamemoded_includes += config_h_dir
|
||||
|
||||
executable(
|
||||
gamemoded = executable(
|
||||
'gamemoded',
|
||||
sources: daemon_sources,
|
||||
dependencies: [
|
||||
@@ -28,4 +28,11 @@ executable(
|
||||
gamemoded_includes,
|
||||
],
|
||||
install: true,
|
||||
)
|
||||
)
|
||||
|
||||
# verify gamemoded compiled properly
|
||||
test(
|
||||
'validate gamemoded compiled properly',
|
||||
gamemoded,
|
||||
args: ['-v'],
|
||||
)
|
||||
|
Reference in New Issue
Block a user