mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Merge remote-tracking branch 'origin/meson-test-x-rebuild-fix' into next
This commit is contained in:
commit
4d728e3c68
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