]> git.ipfire.org Git - thirdparty/dbus.git/commit
cmake: add missing environment variables for running tests
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 11 Dec 2024 14:33:44 +0000 (15:33 +0100)
committerSimon McVittie <smcv@collabora.com>
Fri, 13 Dec 2024 10:27:59 +0000 (10:27 +0000)
commit5c611c933904ac82cd4d2b6caef26447992b6a34
treed69e0dc2e2397cae31b2f9510bfa0aab5df96712
parent1a470c60c470cb19559441244a4f4d290c2ca9fd
cmake: add missing environment variables for running tests

To achieve comparable results with Meson, the test environment should
provide the same set of environment variables when used in the source
code or the test environment.

Resolves: dbus/dbus#541

Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
(cherry picked from commit 8a78585514dcf498f3282515d8cef5e5b9a51324)
cmake/modules/Macros.cmake
test/CMakeLists.txt