Skip to content

Commit f711d20

Browse files
author
Vasileios Karakasis
authored
Merge pull request #2294 from vkarak/doc/update-readme
[doc] Update README
2 parents 3857bad + 27a01ca commit f711d20

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ You can optionally run the framework's unit tests with the following command:
4949
./test_reframe.py -v
5050
```
5151

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-
52+
NOTE: Unit tests require a POSIX-compliant C compiler (available through the `cc` command), as well as the `make` utility.
5553

5654
### Building the documentation locally
5755

0 commit comments

Comments
 (0)