Skip to content

Commit

Permalink
Documentation: Fix readme.md to reflect testing script (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
badumbatish committed Nov 15, 2023
1 parent e96085f commit a200f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ From the base directory:
```bash
mkdir -p build # Create a directory to hold the build output
cd build # Enter the build folder
cmake .. # Generate native build scripts for GoogleTest
cmake -DTEST=ON .. # Generate native build scripts for GoogleTest,
make # Compile
```

Expand Down Expand Up @@ -239,7 +239,7 @@ From the base directory:
```bash
mkdir -p build # Create a directory to hold the build output
cd build # Enter the build folder
cmake -DBENCHMARK=ON .. # Generate native build scripts for GoogleTest
cmake -DBENCHMARK=ON .. # Generate native build scripts for Google Benchmark
make # Compile
```

Expand Down

0 comments on commit a200f21

Please sign in to comment.