mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
* Remove circular dependencies in headers * Fix unit test includes and test data directory location
10 lines
197 B
C++
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_
|