From 0ae520199d0e0523f4f0aa847b7567d72ae9553d Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Mon, 8 Jun 2020 15:29:40 +0100 Subject: Introduce function ecm_install_configured_file Summary: This, as the name suggests, configures a file and installs it. It's not very complicated but it's a repeated pattern in plasma that gets quite messy dealing with temporary files. Test Plan: Used in a project Reviewers: #build_system Subscribers: apol, kossebau, pino, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D28355 --- tests/ECMConfiguredInstallTest/multi1.txt.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/ECMConfiguredInstallTest/multi1.txt.in (limited to 'tests/ECMConfiguredInstallTest/multi1.txt.in') diff --git a/tests/ECMConfiguredInstallTest/multi1.txt.in b/tests/ECMConfiguredInstallTest/multi1.txt.in new file mode 100644 index 00000000..9e98c14e --- /dev/null +++ b/tests/ECMConfiguredInstallTest/multi1.txt.in @@ -0,0 +1,2 @@ +TestMulti1 +Foo=@FOO@ -- cgit v1.2.1