Skip to content

Commit a160f11

Browse files
committed
Address comments
1 parent 19fce5c commit a160f11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ Tests for the SDK are located in `src/viam/sdk/tests`. The CMakeLists.txt file i
102102
```
103103
ctest
104104
```
105+
Or to avoid navigating all the way to the folder you can specify the test directory, for example:
106+
```
107+
ctest --test-dir build/src/viam/sdk/tests/
108+
```
109+
Additionally, for more useful ctest options explore:
110+
```
111+
ctest --help
112+
```
105113

106114
## License
107115
Copyright 2022 Viam Inc.

0 commit comments

Comments
 (0)