mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
10 lines
207 B
C++
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_
|