Skip to content

Commit 07f6300

Browse files
committed
fixed test exe path
1 parent f5b43e2 commit 07f6300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Tests are enabled by default in debug mode and disabled by default in release.
6767
They can be explicitly controlled with `-D<PROJECT_NAME>_BUILD_TESTING`.
6868

6969
```sh
70-
./build/bin/<project_name>_test
70+
./build/bin/Debug/<project_name>_test
7171
```
7272

7373
### Coverage

0 commit comments

Comments
 (0)