diff options
Diffstat (limited to 'tests/unit/libutil/tests.cc')
-rw-r--r-- | tests/unit/libutil/tests.cc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/unit/libutil/tests.cc b/tests/unit/libutil/tests.cc index 720370066..9a44ad59b 100644 --- a/tests/unit/libutil/tests.cc +++ b/tests/unit/libutil/tests.cc @@ -1,14 +1,16 @@ -#include "util.hh" +#include "file-system.hh" +#include "processes.hh" +#include "strings.hh" #include "types.hh" +#include "terminal.hh" -#include <limits.h> #include <gtest/gtest.h> #include <numeric> namespace nix { -/* ----------- tests for util.hh ------------------------------------------------*/ +/* ----------- tests for libutil ------------------------------------------------*/ /* ---------------------------------------------------------------------------- * absPath |