File: testdata-testcases.hpp

package info (click to toggle)
libosmium 2.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,564 kB
  • sloc: cpp: 53,570; sh: 148; makefile: 19
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (10)
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