diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 10:50:54 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 11:29:29 +0200 |
commit | 6fd6795bc4faed644c5f3abafdcb21638a119342 (patch) | |
tree | 29c0dfa1f90a44af6ca22a1985b45b13505f83c7 /tests | |
parent | 0b91a4b0ec79c27ee36d8a7e2afd7737cb825b65 (diff) |
util.{hh,cc}: Split out environment-variables.{hh,cc}
Change-Id: Icff0aa33fda5147bd5dbe256a0b9d6a6c8a2c3f6
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/libutil-support/tests/characterization.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/libutil-support/tests/characterization.hh b/tests/unit/libutil-support/tests/characterization.hh index 7f570f619..9de20d02c 100644 --- a/tests/unit/libutil-support/tests/characterization.hh +++ b/tests/unit/libutil-support/tests/characterization.hh @@ -1,6 +1,7 @@ #pragma once ///@file +#include "environment-variables.hh" #include <gtest/gtest.h> #include <filesystem> |