aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/README
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-02-10 13:57:56 +1100
committerNeil <nyamatongwe@gmail.com>2022-02-10 13:57:56 +1100
commit9b8ca41b15ca4f53c0f1ccd69e6135694321d854 (patch)
treef524caae34d6552e6fe3d604cafd1c37f6dd459f /test/unit/README
parent98bdc254f4f654b9e9191d4684d4c8fe7c953cfe (diff)
downloadscintilla-mirror-9b8ca41b15ca4f53c0f1ccd69e6135694321d854.tar.gz
Replace "OS X' with "macOS".
Diffstat (limited to 'test/unit/README')
-rw-r--r--test/unit/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/README b/test/unit/README
index 2558d8e86..87b660108 100644
--- a/test/unit/README
+++ b/test/unit/README
@@ -1,11 +1,11 @@
The test/unit directory contains unit tests for Scintilla data structures.
-The tests can be run on Windows, OS X, or Linux using g++ and GNU make.
+The tests can be run on Windows, macOS, or Linux using g++ and GNU make.
The Catch test framework is used.
https://github.com/philsquared/Catch
The file catch.hpp is under the Boost Software License which is contained in LICENSE_1_0.txt
- To run the tests on OS X or Linux:
+ To run the tests on macOS or Linux:
make test
To run the tests on Windows: