Skip to content

Commit 3fed9bb

Browse files
committed
Specify how to configure and build tests
1 parent 6efdad8 commit 3fed9bb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,14 @@ cmake --build --preset release
120120

121121
## Test
122122

123-
Specify a level of parallelism by passing the `-j<level>` option into the command below (e.g. `-j$(nproc)`)
123+
Configure and build tests:
124+
125+
```bash
126+
cmake --preset release-test
127+
cmake --build --preset release
128+
```
129+
130+
Specify a level of parallelism by passing the `-j<level>` option into the commands below (e.g. `-j$(nproc)`).
124131

125132
Running all tests:
126133

0 commit comments

Comments
 (0)