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/test.mak | |
| parent | 1f58d727d692379306edf4ebc18ca91557ea3f69 (diff) | |
| download | scintilla-mirror-041f5243ba5c3d3440a26cefe736eb71354a8dcc.tar.gz | |
Added tests for Decoration.
Diffstat (limited to 'test/unit/test.mak')
| -rw-r--r-- | test/unit/test.mak | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/unit/test.mak b/test/unit/test.mak index 07562e664..d224b9e91 100644 --- a/test/unit/test.mak +++ b/test/unit/test.mak @@ -11,7 +11,11 @@ CXXFLAGS = /EHsc /wd 4805 $(INCLUDEDIRS) # Files in this directory containing tests TESTSRC=test*.cxx # Files being tested from scintilla/src directory -TESTEDSRC=../../src/ContractionState.cxx ../../src/RunStyles.cxx ../../src/CharClassify.cxx +TESTEDSRC=\ + ../../src/CharClassify.cxx \ + ../../src/ContractionState.cxx \ + ../../src/Decoration.cxx \ + ../../src/RunStyles.cxx TESTS=$(EXE) |
