Browse Source

Fixed ctags_grep_test

pipelines/280567345
eidheim 5 years ago
parent
commit
98354766e7
  1. 1
      tests/ctags_grep_test.cpp

1
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);

Loading…
Cancel
Save