Add testing indices

This commit is contained in:
2024-04-02 23:59:08 +02:00
parent 37316a54e0
commit 78f2f5b299
74 changed files with 26331 additions and 12 deletions

View File

@@ -12,3 +12,4 @@ static constexpr std::string_view project_version = "@PROJECT_VERSION@";
static constexpr std::string_view project_description = "@PROJECT_DESCRIPTION@";
static constexpr std::string_view git_sha = "@GIT_SHA@";
static constexpr std::string_view data_path = "@Folding_SOURCE_DIR@/tests/data/";
static constexpr std::string_view csv_path = "@Folding_SOURCE_DIR@/tests/csv/";