From 0bcc141b5e17e595251f549d22a0e200db02ec14 Mon Sep 17 00:00:00 2001 From: Eva Pace Date: Fri, 24 Mar 2023 16:48:13 -0300 Subject: [PATCH] README: Fix typo in test section Part-of: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ae69589c5..b4de60c0e3 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ $ meson compile -C builddir You can easily run the test of all the components: ``` -meson test -C build +meson test -C builddir ``` To list all available tests: