1
0
Fork 0
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:
Quentin Glidic 2017-07-06 18:26:19 +02:00
parent 1d9d5a6f1c
commit 03229d689a
No known key found for this signature in database
GPG key ID: AC203F96E2C34BB7

View file

@ -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()