Files
inja/test/test-common.hpp
Vladislav Navrocky 384a6bef3f Fix: Remove circular dependencies in headers (#295)
* Remove circular dependencies in headers

* Fix unit test includes and test data directory location
2025-02-11 09:03:42 +01:00

10 lines
197 B
C++

#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_