diff --git a/infer/tests/build_systems/utf8_in_pwd/Makefile b/infer/tests/build_systems/utf8_in_pwd/Makefile index 8e289d93f..ecabb4cdb 100644 --- a/infer/tests/build_systems/utf8_in_pwd/Makefile +++ b/infer/tests/build_systems/utf8_in_pwd/Makefile @@ -62,7 +62,7 @@ infer-out-cmake/report.json: $(CMAKE_DIR) $(CMAKE_SOURCES_DIR)/CMakeLists.txt $( $(QUIET)cd $(CMAKE_ANALYZE_DIR) && \ $(call silent_on_success,Testing\ Infer/CMake is immune to UTF-8 in PWD: Makefile generation,\ - $(INFER_BIN) compile --project-root $(CMAKE_DIR) --results-dir $(CURDIR)/$(@D) -- cmake ..) + $(INFER_BIN) compile --project-root .. --results-dir $(CURDIR)/$(@D) -- cmake ..) $(QUIET)cd $(CMAKE_ANALYZE_DIR) && \ $(call silent_on_success,Testing\ Infer/CMake is immune to UTF-8 in PWD: Makefile execution,\