1
0
Fork 0
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:
Dave Davenport 2017-07-06 23:35:31 +02:00
commit 4d728e3c68

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