From 98354766e77badbff388b9b41c6b44637619bf58 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 31 Mar 2021 12:48:33 +0200 Subject: [PATCH] Fixed ctags_grep_test --- tests/ctags_grep_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ctags_grep_test.cpp b/tests/ctags_grep_test.cpp index 0cf3d23..f73bd15 100644 --- a/tests/ctags_grep_test.cpp +++ b/tests/ctags_grep_test.cpp @@ -23,6 +23,7 @@ int main() { Config::get().project.ctags_command = "ctags"; #endif Config::get().project.grep_command = "grep"; + Config::get().project.default_build_path = "build"; Config::get().project.debug_build_path = "build"; auto tests_path = boost::filesystem::canonical(JUCI_TESTS_PATH);