diff options
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 |