summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-01-27 12:57:35 +0100
committerJan Janssen <medhefgo@web.de>2023-02-21 15:10:26 +0100
commitc12e10d785bfe70359a3ec4ae4666957c570c538 (patch)
tree2b5e6b68fe487a6d542a5b464280a8632a941a8a /src/login
parent03d319a45f6af7d394a72930ec91e63e5221a4a4 (diff)
downloadsystemd-c12e10d785bfe70359a3ec4ae4666957c570c538.tar.gz
meson: Add simple_tests list
A lot of tests can be defined by just their filename. Moving into their own list keeps things simpler, especially with the next commit. It also makes it easier to keep the lists sorted.
Diffstat (limited to 'src/login')
-rw-r--r--src/login/meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/login/meson.build b/src/login/meson.build
index c93a2fd4c6..fd153d4ef8 100644
--- a/src/login/meson.build
+++ b/src/login/meson.build
@@ -77,9 +77,11 @@ endif
############################################################
-tests += [
- [files('test-login-shared.c')],
+simple_tests += files(
+ 'test-login-shared.c'
+)
+tests += [
[files('test-inhibit.c'),
[], [], [], '', 'manual'],