summaryrefslogtreecommitdiffstats
path: root/test/TEST-01-BASIC
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-11 15:55:54 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-14 12:43:28 +0200
commit5748f13e547baa12a83cb3c3530ec1d6c99906c7 (patch)
tree98168e62a299d2bd79eee6b68cb90cbd3ed22d67 /test/TEST-01-BASIC
parentTEST-01-BASIC: Drop logic to run test without install-tests=true (diff)
downloadsystemd-5748f13e547baa12a83cb3c3530ec1d6c99906c7.tar.xz
systemd-5748f13e547baa12a83cb3c3530ec1d6c99906c7.zip
test: Rework integration test definitions
Let's make this behave more like all the rest of the meson stuff. This also is the first step to making it a bit more flexible so we can define integration tests in different ways as will be seen in the next commits.
Diffstat (limited to 'test/TEST-01-BASIC')
-rw-r--r--test/TEST-01-BASIC/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/TEST-01-BASIC/meson.build b/test/TEST-01-BASIC/meson.build
new file mode 100644
index 0000000000..257dadd890
--- /dev/null
+++ b/test/TEST-01-BASIC/meson.build
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+integration_tests += [
+ integration_test_template + {
+ 'name' : 'TEST-01-BASIC',
+ },
+]