diff options
Diffstat (limited to 'test/unit_tests')
-rw-r--r-- | test/unit_tests/dbghelp.cpp | 7 | ||||
-rw-r--r-- | test/unit_tests/fixtures.hpp (renamed from test/unit_tests/dbghelp.hpp) | 2 | ||||
-rw-r--r-- | test/unit_tests/paths.hpp (renamed from test/unit_tests/utils.hpp) | 0 |
3 files changed, 4 insertions, 5 deletions
diff --git a/test/unit_tests/dbghelp.cpp b/test/unit_tests/dbghelp.cpp index ddf5a71..aab292f 100644 --- a/test/unit_tests/dbghelp.cpp +++ b/test/unit_tests/dbghelp.cpp @@ -1,9 +1,8 @@ -#include "dbghelp.hpp" -#include "utils.hpp" - -#include <test_lib.hpp> +#include "fixtures.hpp" +#include "paths.hpp" #include <pdb/all.hpp> +#include <test_lib.hpp> #include <boost/test/unit_test.hpp> diff --git a/test/unit_tests/dbghelp.hpp b/test/unit_tests/fixtures.hpp index daede68..f6571d1 100644 --- a/test/unit_tests/dbghelp.hpp +++ b/test/unit_tests/fixtures.hpp @@ -1,6 +1,6 @@ #pragma once -#include "utils.hpp" +#include "paths.hpp" #include <pdb/all.hpp> diff --git a/test/unit_tests/utils.hpp b/test/unit_tests/paths.hpp index 561ca4d..561ca4d 100644 --- a/test/unit_tests/utils.hpp +++ b/test/unit_tests/paths.hpp |