Add testing instructions to README.md

Signed-off-by: Jonathan Wright <quaggy@gmail.com>
This commit is contained in:
Jonathan Wright 2023-10-01 11:10:12 -07:00
parent 4a7bb29257
commit 05ce287fba
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ meson:
```
meson _builddir
meson compile -C _builddir
meson test -C _builddir
meson install -C _builddir
```