From 3249d113c3642bad26d3ce3cbef2ca3ed504ea7d Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 18 Nov 2013 14:44:25 +1100 Subject: Add some tests for CellBuffer. --- test/unit/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/makefile') 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 \ -- cgit v1.2.3