From c261bca82064ec1937571ea192b70b0ebdba7c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E7=90=86?= Date: Mon, 16 Oct 2023 11:41:21 +0800 Subject: [PATCH] Fix testing data path of examples --- cpp/examples/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/examples/config.h b/cpp/examples/config.h index e69b42de5..71a19fdbc 100644 --- a/cpp/examples/config.h +++ b/cpp/examples/config.h @@ -58,6 +58,7 @@ static const std::string TEST_DATA_DIR = // NOLINT .parent_path() .parent_path() .parent_path() + .parent_path() .string() + "/testing";