Update benchmark/prompts/cpp.md

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
Chris Estreich 2025-03-17 10:10:08 -07:00 committed by GitHub
parent f108dfaeb8
commit e2bdce0961
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,6 @@ cmake -G "Unix Makefiles" -DEXERCISM_RUN_ALL_TESTS=1 ..
make
```
Note that running `make` will compile the tests and generate compile time errors. Once the errors are fixed, runningn `make` will build and run the tests.
Note that running `make` will compile the tests and generate compile time errors. Once the errors are fixed, running `make` will build and run the tests.
Do not alter the test file; it should be run as-is.