From d9369d9258ee58547e69ba2b85ea259fac36aec9 Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Fri, 26 Nov 2021 12:16:35 +0100 Subject: [PATCH] Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 110035ebf8..612c341e71 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,7 @@ You can optionally run the framework's unit tests with the following command: ./test_reframe.py -v ``` -NOTE: Unit tests require a functional C compiler, available through the `cc` command, that is also able to recognize the ``-O2`` option. -The [GNU Make](https://www.gnu.org/software/make/) build tool is also needed. - +NOTE: Unit tests require a POSIX-compliant C compiler (available through the `cc` command), as well as the `make` utility. ### Building the documentation locally