diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-03-20 14:42:44 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-03-20 14:42:44 +1100 |
| commit | 76d417ea8a7a87d9c5cd10d21808859b9e3f5a89 (patch) | |
| tree | 3eab985fcd6037ab0427cdb42e31c994cedc32a8 /test/unit/makefile | |
| parent | bc3e60c9fb30629649aa1552a739e48a4babca86 (diff) | |
| download | scintilla-mirror-76d417ea8a7a87d9c5cd10d21808859b9e3f5a89.tar.gz | |
Add unit tests for UniCoversion.
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 b38da46ca..f73dc3f5c 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -52,7 +52,8 @@ TESTEDSRC=\ ../../src/CharClassify.cxx \ ../../src/ContractionState.cxx \ ../../src/Decoration.cxx \ - ../../src/RunStyles.cxx + ../../src/RunStyles.cxx \ + ../../src/UniConversion.cxx TESTS=$(EXE) |
