Skip to content

Commit a200f21

Browse files
authored
Documentation: Fix readme.md to reflect testing script (#371)
1 parent e96085f commit a200f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ From the base directory:
195195
```bash
196196
mkdir -p build # Create a directory to hold the build output
197197
cd build # Enter the build folder
198-
cmake .. # Generate native build scripts for GoogleTest
198+
cmake -DTEST=ON .. # Generate native build scripts for GoogleTest,
199199
make # Compile
200200
```
201201

@@ -239,7 +239,7 @@ From the base directory:
239239
```bash
240240
mkdir -p build # Create a directory to hold the build output
241241
cd build # Enter the build folder
242-
cmake -DBENCHMARK=ON .. # Generate native build scripts for GoogleTest
242+
cmake -DBENCHMARK=ON .. # Generate native build scripts for Google Benchmark
243243
make # Compile
244244
```
245245

0 commit comments

Comments
 (0)