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
|