Skip to content

Commit 773ad88

Browse files
committed
Updated formatting, spelling and grammar for the additions for the Mac
OS testing.
1 parent 9d3fd3b commit 773ad88

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/TESTS.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ Errors similar to `The CXX compiler identification is unknown` will likely be re
108108
[web-xcode-download]: https://apps.apple.com/us/app/xcode/id497799835?mt=12
109109
[cpp-installation-instructions]: https://exercism.org/docs/tracks/cpp/installation
110110

111-
### Mac OS with Make _when using the exercise CLI_
112-
#### This example will specifically assist those who want to use the Exercism CLI app for configuring, testing and submitting their CPP examples.
111+
### MacOS with Make _when using the Exercism CLI_
112+
#### This example specifically assists those who want to use the Exercism CLI app for configuring, testing, and submitting their C++ exercises.
113113

114-
The generator name for CMake is `Unix Makefiles`.
114+
The generator name for CMake is `Unix Makefiles`.
115115
Assuming the current exercise is `bob` and we're in the exercise folder:
116116

117117
```sh
@@ -120,11 +120,10 @@ $ cmake -G "Unix Makefiles" .
120120
$ exercism test
121121
```
122122

123-
In this example we do not create empty files for the implementation before
124-
running CMake. This is because the Exercism CLI uses the `.exercism/metadata.json` file in the root directory to parse the test
123+
In this example, we do create empty files for the implementation before running CMake, but we do **not** create an empty build directory.
124+
This is because the Exercism CLI uses the `.exercism/metadata.json` file in the root directory to parse the test cases.
125125

126-
Simply type `exercism test` in the root directory to compile the tests. This should
127-
generate compile time errors. Once the errors are fixed, `exercism test` will build and
128-
run the tests using the exercism CLI.
126+
Simply type `exercism test` in the root directory to compile the tests. This should generate compile-time errors.
127+
Once the errors are fixed, running `exercism test` again will build and execute the tests using the Exercism CLI.
129128

130129
[cpp-installation-instructions]: https://exercism.org/docs/tracks/cpp/installation

0 commit comments

Comments
 (0)