Skip to content

Commit

Permalink
Fix the init of CONFIG_TEST_DIR_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed Jul 26, 2024
1 parent f8fd10a commit f9f2829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigTestBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ConfigTestBase : public ::testing::Test {
ConfigTestBase()
: CONFIG_TEST_JSON_PATH(CMAKE_SOURCE_DIR
"/test/config_test/config_test.json"),
CONFIG_TEST_DIR_PATH(CMAKE_SOURCE_DIR, "/test/config_test") {}
CONFIG_TEST_DIR_PATH(CMAKE_SOURCE_DIR "/test/config_test") {}

const std::string CONFIG_TEST_JSON_PATH;
const std::string CONFIG_TEST_DIR_PATH;
Expand Down

0 comments on commit f9f2829

Please sign in to comment.