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/test.mak | |
| parent | 3ef31230a61ce74e2ae8bb116f7b4e338dd69ae6 (diff) | |
| download | scintilla-mirror-41714e87b6bec47a52a0aebc85517dd3b1d5d336.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) |
