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
commitb9df8e756ea1531479cd6ba1ab37536a09dd9d08 (patch)
treea1898a911541d9022f5734822703876ae5989048 /test/unit/makefile
parent937808c28c8ab9e40eb9a4548407a8883f087229 (diff)
downloadscintilla-mirror-b9df8e756ea1531479cd6ba1ab37536a09dd9d08.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 \