From 5748f13e547baa12a83cb3c3530ec1d6c99906c7 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 11 May 2024 15:55:54 +0200 Subject: 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. --- test/TEST-01-BASIC/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/TEST-01-BASIC/meson.build (limited to 'test/TEST-01-BASIC') 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', + }, +] -- cgit v1.2.3