aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files 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: