File: testdata-testcases.hpp

package info (click to toggle)
libosmium 2.22.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,544 kB
  • sloc: cpp: 52,804; sh: 148; makefile: 19
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#ifndef TESTDATA_TESTCASES_HPP
#define TESTDATA_TESTCASES_HPP

#include <catch.hpp>

#include <string>

extern std::string dirname;

#endif // TESTDATA_TESTCASES_HPP