git-subtree-dir: third_party/libosmium git-subtree-split: 2282c8450bae55839372a2002db7ca754530d2fc
11 lines
166 B
C++
11 lines
166 B
C++
#ifndef TESTDATA_TESTCASES_HPP
|
|
#define TESTDATA_TESTCASES_HPP
|
|
|
|
#include <catch.hpp>
|
|
|
|
#include <string>
|
|
|
|
extern std::string dirname;
|
|
|
|
#endif // TESTDATA_TESTCASES_HPP
|