mirror of
https://github.com/pantor/inja.git
synced 2026-07-14 12:54:55 +00:00
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:
@@ -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_
|
||||
Reference in New Issue
Block a user