aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-11-10 09:02:03 +1100
committerNeil <nyamatongwe@gmail.com>2020-11-10 09:02:03 +1100
commit68ae179a5720f2b58b5e94f7298419b1f31c8b0b (patch)
treee37c6a0a8c312bd65b00aeddfeb9c6347dd4e4c9 /test/unit/makefile
parentb2c399ae8b2a547e77a05f318e58a96fca2d4ea8 (diff)
downloadscintilla-mirror-68ae179a5720f2b58b5e94f7298419b1f31c8b0b.tar.gz
Remove WordList from testing as that is now part of Lexilla.
Diffstat (limited to 'test/unit/makefile')
-rw-r--r--test/unit/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/makefile b/test/unit/makefile
index 05bbed944..ab70d0532 100644
--- a/test/unit/makefile
+++ b/test/unit/makefile
@@ -49,7 +49,6 @@ CXXFLAGS += -Wall -Wextra
TESTSRC=test*.cxx
# Files being tested from scintilla/src directory
TESTEDSRC=\
- ../../lexlib/WordList.cxx \
../../src/CellBuffer.cxx \
../../src/CharClassify.cxx \
../../src/ContractionState.cxx \