diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-11-17 11:17:25 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-11-17 11:17:25 +1100 |
| commit | 41714e87b6bec47a52a0aebc85517dd3b1d5d336 (patch) | |
| tree | 7104cc8b828f51359490fb46f35243ca8b015e0c /test/unit/makefile | |
| parent | 3ef31230a61ce74e2ae8bb116f7b4e338dd69ae6 (diff) | |
| download | scintilla-mirror-41714e87b6bec47a52a0aebc85517dd3b1d5d336.tar.gz | |
Added tests for Decoration.
Diffstat (limited to 'test/unit/makefile')
| -rw-r--r-- | test/unit/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/makefile b/test/unit/makefile index 71e4add7c..b3621ac57 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -41,6 +41,7 @@ TESTSRC=test*.cxx TESTEDSRC=\ ../../src/CharClassify.cxx \ ../../src/ContractionState.cxx \ + ../../src/Decoration.cxx \ ../../src/RunStyles.cxx TESTS=$(EXE) |
