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 | 041f5243ba5c3d3440a26cefe736eb71354a8dcc (patch) | |
| tree | 62e3ccc054af47ea61df432b23dfc826588da36c /test/unit/makefile | |
| parent | 1f58d727d692379306edf4ebc18ca91557ea3f69 (diff) | |
| download | scintilla-mirror-041f5243ba5c3d3440a26cefe736eb71354a8dcc.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) |
