File: PbcopperTestData.h.in

package info (click to toggle)
pbcopper 2.3.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,956 kB
  • sloc: ansic: 164,688; cpp: 53,414; sh: 184; makefile: 22
file content (14 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef PBCOPPERTESTDATA_H
#define PBCOPPERTESTDATA_H

#include <filesystem>

namespace PacBio {
namespace PbcopperTestsConfig {

const std::filesystem::path Generated_Dir{"@GeneratedDir@"};

}  // namespace PbcopperTestsConfig
}  // namespace PacBio

#endif  // PBCOPPERTESTDATA_H