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 | 60cd87963a771c22eda56365f4059c1fa117e3a3 (patch) | |
| tree | 640b935cdb4b5587ee9b0c1de08f42560c0ba387 /test/unit/makefile | |
| parent | 69db1ffbcab52381b4f6e04bb5cb64eeba838225 (diff) | |
| download | scintilla-mirror-60cd87963a771c22eda56365f4059c1fa117e3a3.tar.gz | |
Backport: 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.
Backport of changeset 8227:9fc611fc6848.
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 a9d10f748..8cdacc8f1 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 3.4 and g++ 4.8 CXXSTD=c++11 @@ -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 |
