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/test.mak | |
| 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/test.mak')
| -rw-r--r-- | test/unit/test.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/test.mak b/test/unit/test.mak index 42b17e556..6503acba4 100644 --- a/test/unit/test.mak +++ b/test/unit/test.mak @@ -1,5 +1,5 @@ # Build all the unit tests with Microsoft Visual C++ using nmake -# Tested with Visual C++ 2010 and 2013 +# Tested with Visual C++ 2019 DEL = del /q EXE = unitTest.exe @@ -17,6 +17,7 @@ TESTEDSRC=\ ../../src/CharClassify.cxx \ ../../src/ContractionState.cxx \ ../../src/Decoration.cxx \ + ../../src/PerLine.cxx \ ../../src/RunStyles.cxx \ ../../src/UniConversion.cxx \ ../../src/UniqueString.cxx |
