summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-07-06 18:26:19 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-07-06 18:26:19 +0200
commit03229d689a47cfc62946f0e6a01e3a3225eaff75 (patch)
tree856fd8ced86af9256a7606e059b13889958a39eb /meson.build
parent1d9d5a6f1c98c17baaa92453a3d93604d1351d3e (diff)
meson: Add rofi as dependency for test-x target
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 505a37ca..f15ed578 100644
--- a/meson.build
+++ b/meson.build
@@ -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()