[docs] minor on TESTING.md

This commit is contained in:
Ebrahim Byagowi 2020-08-04 16:49:27 +04:30 committed by GitHub
parent 5a2d216f30
commit 20e42a2128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@ meson test -C build
```shell
meson setup build -Db_sanitize=address
meson compile -C build
meson test -C build
```
### Debug with GDB
@ -20,7 +21,7 @@ meson compile -C build
```
meson setup build
meson compile -C build
meson test --gdb testname
meson test -C build --gdb testname
```
### Enable Debug Logging
@ -35,7 +36,7 @@ ninja -C build
```shell
meson build
ninja -Cbuild
ninja -Cbuild test
meson test -Cbuild
```
## Test with the Fuzzer