diff options
| author | Neil <nyamatongwe@gmail.com> | 2016-08-25 09:55:37 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2016-08-25 09:55:37 +1000 |
| commit | c64f7049e22f8a41256128a6d9e0eb95e3ef170c (patch) | |
| tree | d67523e5e359056594cacee7fc5e0bbbaccd8033 /test/unit/makefile | |
| parent | 6aa1a5517faa20d69598ffa88ed803406206ef7c (diff) | |
| download | scintilla-mirror-c64f7049e22f8a41256128a6d9e0eb95e3ef170c.tar.gz | |
Add unit tests for WordList class.
Diffstat (limited to 'test/unit/makefile')
| -rw-r--r-- | test/unit/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/makefile b/test/unit/makefile index 683391100..f95aab581 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -47,6 +47,7 @@ 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 \ |
