-------------------------------------------------------------------------
| 33 | |
| 34 | //------------------------------------------------------------------------- |
| 35 | inline std::filesystem::path GetTestBasicFilename() |
| 36 | { |
| 37 | return std::filesystem::path(__FILE__).replace_extension("cpp").filename(); |
| 38 | } |
| 39 | } |