From 50cd37781923957066856cd2252383ed75c4a9ba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 10 Mar 2021 20:10:11 -0500 Subject: Update build commands in README --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d05381e..5b4f82f 100644 --- a/README.md +++ b/README.md @@ -53,16 +53,13 @@ The documentation can also be built from the source by configuring with `--docs` Testing ------- -There are a few unit tests included, but unfortunately manual testing is still -required. The tests and example programs will be built if you pass the -`--test` option when configuring: +Some unit tests are included, but unfortunately manual testing is still +required. The tests and example programs are built by default. You can run +all the tests at once via ninja: - ./waf configure --test - -Then, after building, the unit tests can be run: - - ./waf - ./waf test --gui-tests + meson setup build + cd build + ninja test The `examples` directory contains several programs that serve as both manual tests and demonstrations: -- cgit v1.2.1