aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/test.mak
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/test.mak
parentb2c399ae8b2a547e77a05f318e58a96fca2d4ea8 (diff)
downloadscintilla-mirror-68ae179a5720f2b58b5e94f7298419b1f31c8b0b.tar.gz
Remove WordList from testing as that is now part of Lexilla.
Diffstat (limited to 'test/unit/test.mak')
-rw-r--r--test/unit/test.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/test.mak b/test/unit/test.mak
index 6503acba4..f9fdab3c8 100644
--- a/test/unit/test.mak
+++ b/test/unit/test.mak
@@ -12,7 +12,6 @@ CXXFLAGS = /EHsc /std:c++17 /D_HAS_AUTO_PTR_ETC=1 /wd 4805 $(INCLUDEDIRS)
TESTSRC=test*.cxx
# Files being tested from scintilla/src directory
TESTEDSRC=\
- ../../lexlib/WordList.cxx \
../../src/CellBuffer.cxx \
../../src/CharClassify.cxx \
../../src/ContractionState.cxx \