diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 11:52:13 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 09:54:47 +0200 |
commit | 6b5078c81554ddb36547f8c41805cc94b7738396 (patch) | |
tree | 0e0c3552d9d397920326b6e21cff278c4b272935 /tests | |
parent | 81bdf8d2d672e135e68745e6975ad5edafadf13a (diff) |
util.{hh,cc}: Split out file-system.{hh,cc}
Change-Id: Ifa89a529e7e34e7291eca87d802d2f569cf2493e
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/libstore/machines.cc | 1 | ||||
-rw-r--r-- | tests/unit/libutil-support/tests/characterization.hh | 2 | ||||
-rw-r--r-- | tests/unit/libutil/tests.cc | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/libstore/machines.cc b/tests/unit/libstore/machines.cc index 0277237bb..dc192e5be 100644 --- a/tests/unit/libstore/machines.cc +++ b/tests/unit/libstore/machines.cc @@ -1,3 +1,4 @@ +#include "file-system.hh" #include "machines.hh" #include "globals.hh" #include "tests/test-data.hh" diff --git a/tests/unit/libutil-support/tests/characterization.hh b/tests/unit/libutil-support/tests/characterization.hh index 9de20d02c..472fdba3b 100644 --- a/tests/unit/libutil-support/tests/characterization.hh +++ b/tests/unit/libutil-support/tests/characterization.hh @@ -2,6 +2,8 @@ ///@file #include "environment-variables.hh" +#include "file-system.hh" + #include <gtest/gtest.h> #include <filesystem> diff --git a/tests/unit/libutil/tests.cc b/tests/unit/libutil/tests.cc index 787f79093..c8dc82cb0 100644 --- a/tests/unit/libutil/tests.cc +++ b/tests/unit/libutil/tests.cc @@ -1,3 +1,4 @@ +#include "file-system.hh" #include "util.hh" #include "types.hh" #include "terminal.hh" |