Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change `Quickstart` section to match new default value for testing.
  • Loading branch information
gchatelet authored Oct 26, 2021
1 parent 5d871e7 commit 06311b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,16 +188,16 @@ Please check the [CMake build instructions](cmake/README.md).

- build `list_cpu_features`
```
cmake -B/tmp/cpu_features -H. -GNinja -DCMAKE_BUILD_TYPE=Release
ninja -C/tmp/cpu_features
/tmp/cpu_features/list_cpu_features --json
cmake -B/tmp/cpu_features -H. -GNinja -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release
ninja -C/tmp/cpu_features
/tmp/cpu_features/list_cpu_features --json
```

- run tests
```
cmake -B/tmp/cpu_features -H. -GNinja -DBUILD_TESTING=ON
ninja -C/tmp/cpu_features
ninja -C/tmp/cpu_features test
cmake -B/tmp/cpu_features -H. -GNinja
ninja -C/tmp/cpu_features
ninja -C/tmp/cpu_features test
```

<a name="bindings"></a>
Expand Down

0 comments on commit 06311b7

Please sign in to comment.