From c96a57d99c78e9b886fdcd5103ff1159c094d0c0 Mon Sep 17 00:00:00 2001 From: Sayeed Khan Date: Tue, 17 Sep 2024 15:44:56 +0200 Subject: [PATCH] Updated apple-clang-compilation-guide --- docs/guides/apple-clang-compilation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/apple-clang-compilation-guide.md b/docs/guides/apple-clang-compilation-guide.md index e9cd7fb88..cadead046 100644 --- a/docs/guides/apple-clang-compilation-guide.md +++ b/docs/guides/apple-clang-compilation-guide.md @@ -35,7 +35,7 @@ cmake --build ./build ## 5. Run tests ```bash -./faker-cxx-UT +./build/tests/faker-cxx-UT ``` or using CTest: