diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-05-03 19:40:15 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-05-03 19:40:15 +1000 |
| commit | 4b450a69452a14fd9af6c426b91d04165fedc94a (patch) | |
| tree | 47c4806178b43f175f56433b7ed1ebafb0446f1e /test/unit/makefile | |
| parent | b24183b5a90b4ebeb951668d48f0e95a1a2819dd (diff) | |
| download | scintilla-mirror-4b450a69452a14fd9af6c426b91d04165fedc94a.tar.gz | |
Feature [feature-requests:1347]. Add InsertLines method to PerLine interface and
all implementations. This will allow insertion of lines in batches in a future
change set.
Added tests for PerLine implementations.
Diffstat (limited to 'test/unit/makefile')
| -rw-r--r-- | test/unit/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/makefile b/test/unit/makefile index 6d5ead6cd..05bbed944 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -3,7 +3,7 @@ # On Windows g++ is used, on OS X clang, and on Linux G++ is used by default # but clang can be used by defining CLANG when invoking make # clang works only with libc++, not libstdc++ -# Tested with clang 3.3 and g++ 4.8 +# Tested with clang 9 and g++ 9 CXXSTD=c++17 @@ -54,6 +54,7 @@ TESTEDSRC=\ ../../src/CharClassify.cxx \ ../../src/ContractionState.cxx \ ../../src/Decoration.cxx \ + ../../src/PerLine.cxx \ ../../src/RunStyles.cxx \ ../../src/UniConversion.cxx \ ../../src/UniqueString.cxx |
