From 9b8ca41b15ca4f53c0f1ccd69e6135694321d854 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 10 Feb 2022 13:57:56 +1100 Subject: Replace "OS X' with "macOS". --- test/unit/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/unit/README') 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: -- cgit v1.2.3