Files
inja/test/test-common.hpp
2025-03-31 23:22:36 +02:00

10 lines
207 B
C++

#ifndef INCLUDE_TEST_COMMON_HPP_
#define INCLUDE_TEST_COMMON_HPP_
#include <string>
#include <doctest/doctest.h>
extern const std::filesystem::path test_file_directory;
#endif // INCLUDE_TEST_COMMON_HPP_