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