We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3857bad + 27a01ca commit f711d20Copy full SHA for f711d20
README.md
@@ -49,9 +49,7 @@ You can optionally run the framework's unit tests with the following command:
49
./test_reframe.py -v
50
```
51
52
-NOTE: Unit tests require a functional C compiler, available through the `cc` command, that is also able to recognize the ``-O2`` option.
53
-The [GNU Make](https://www.gnu.org/software/make/) build tool is also needed.
54
-
+NOTE: Unit tests require a POSIX-compliant C compiler (available through the `cc` command), as well as the `make` utility.
55
56
### Building the documentation locally
57
0 commit comments