summaryrefslogtreecommitdiff
path: root/src/openrc-run
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2025-08-30 21:14:24 +0200
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2025-12-09 00:06:26 +0100
commit50e420d5f6c2e220428a2512b7f42c6a10650e79 (patch)
tree350ff4b6db18fd974e21a12a6fdfa43d9b82742a /src/openrc-run
parentb39a0127ab706d6d52b1291309df324e6b23fcad (diff)
tests: add basic rc-service testsorigin/tests
Diffstat (limited to 'src/openrc-run')
-rw-r--r--src/openrc-run/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openrc-run/meson.build b/src/openrc-run/meson.build
index c2fac9d8..412c5e9c 100644
--- a/src/openrc-run/meson.build
+++ b/src/openrc-run/meson.build
@@ -1,4 +1,4 @@
-executable('openrc-run', 'openrc-run.c',
+openrc_run = executable('openrc-run', 'openrc-run.c',
dependencies: [rc, einfo, shared, audit_dep, dl_dep, pam_dep, pam_misc_dep, selinux_dep, util_dep, crypt_dep],
include_directories: incdir,
install: true,