Fix: Remove circular dependencies in headers (#295)

* Remove circular dependencies in headers

* Fix unit test includes and test data directory location
This commit is contained in:
Vladislav Navrocky
2025-02-11 09:03:42 +01:00
committed by GitHub
parent 17ba53cb9e
commit 384a6bef3f
17 changed files with 97 additions and 69 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef INCLUDE_TEST_COMMON_HPP_
#define INCLUDE_TEST_COMMON_HPP_
#include <string>
#include <doctest/doctest.h>
extern const std::string test_file_directory;
#endif // INCLUDE_TEST_COMMON_HPP_