move tests to std::filesystem::path

This commit is contained in:
pantor
2025-03-31 23:22:36 +02:00
parent 804823dbca
commit 65aa8a669d
4 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
#include <string>
#include <doctest/doctest.h>
extern const std::string test_file_directory;
extern const std::filesystem::path test_file_directory;
#endif // INCLUDE_TEST_COMMON_HPP_