aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/test.mak
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-11-18 14:44:25 +1100
committerNeil <nyamatongwe@gmail.com>2013-11-18 14:44:25 +1100
commit3249d113c3642bad26d3ce3cbef2ca3ed504ea7d (patch)
tree1be0112812df620a563fd2c47df41395a802e303 /test/unit/test.mak
parent5d9be13cfaea2662a72cd63bf621c2e72c56098d (diff)
downloadscintilla-mirror-3249d113c3642bad26d3ce3cbef2ca3ed504ea7d.tar.gz
Add some tests for CellBuffer.
Diffstat (limited to 'test/unit/test.mak')
-rw-r--r--test/unit/test.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/test.mak b/test/unit/test.mak
index d224b9e91..934b0aa12 100644
--- a/test/unit/test.mak
+++ b/test/unit/test.mak
@@ -12,6 +12,7 @@ CXXFLAGS = /EHsc /wd 4805 $(INCLUDEDIRS)
TESTSRC=test*.cxx
# Files being tested from scintilla/src directory
TESTEDSRC=\
+ ../../src/CellBuffer.cxx \
../../src/CharClassify.cxx \
../../src/ContractionState.cxx \
../../src/Decoration.cxx \