mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
meson: Add rofi as dependency for test-x target
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
1d9d5a6f1c
commit
03229d689a
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ if check.found()
|
|||
endif
|
||||
|
||||
|
||||
run_target('test-x', command: [ 'test/run_all_tests.sh' ])
|
||||
run_target('test-x', command: [ 'test/run_all_tests.sh' ], depends: [ rofi ])
|
||||
|
||||
uncrustify = find_program('uncrustify', required: false)
|
||||
if uncrustify.found()
|
||||
|
|
Loading…
Reference in a new issue