aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/makefile
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/makefile
parent5d9be13cfaea2662a72cd63bf621c2e72c56098d (diff)
downloadscintilla-mirror-3249d113c3642bad26d3ce3cbef2ca3ed504ea7d.tar.gz
Add some tests for CellBuffer.
Diffstat (limited to 'test/unit/makefile')
-rw-r--r--test/unit/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/makefile b/test/unit/makefile
index b3621ac57..de3b09d1c 100644
--- a/test/unit/makefile
+++ b/test/unit/makefile
@@ -39,6 +39,7 @@ CXXFLAGS += -Wall -Wextra
TESTSRC=test*.cxx
# Files being tested from scintilla/src directory
TESTEDSRC=\
+ ../../src/CellBuffer.cxx \
../../src/CharClassify.cxx \
../../src/ContractionState.cxx \
../../src/Decoration.cxx \