File: test-common.hpp

package info (click to toggle)
inja 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,620 kB
  • sloc: cpp: 30,997; python: 189; makefile: 16; sh: 3
file content (9 lines) | stat: -rw-r--r-- 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#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_