From da84b65dfbaa6ddfa00df0e9a64c3c7dd457bfc7 Mon Sep 17 00:00:00 2001 From: buhtzz Date: Thu, 8 Sep 2022 16:03:04 +0200 Subject: [PATCH] Missing info in about unittest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b416ecad7..ade3118ed 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,6 @@ It's not complete yet but I'm working on it. If you'd like to contribute please add docstrings following the [Google style guide](https://sphinxcontrib-napoleon.readthedocs.org/en/latest/example_google.html) and add unit-tests for new methods in common. To run unit-test locally you can -run `cd common && ./configure && make test` +run `cd common && ./configure && make && make test` December 2016