diff options
| author | Mook <marky@activestate.com> | 2012-05-29 12:44:34 -0700 |
|---|---|---|
| committer | Mook <marky@activestate.com> | 2012-05-29 12:44:34 -0700 |
| commit | 7e9e5b1e059efa957d2d7e9fa6b364706f621711 (patch) | |
| tree | 24e9e113362f6a3f05f39e64ef9207f712b4e1a9 /test/unit/makefile | |
| parent | 08d35504786635e06b870b2674da38c0e89521cd (diff) | |
| download | scintilla-mirror-7e9e5b1e059efa957d2d7e9fa6b364706f621711.tar.gz | |
add CharClassifier::GetCharsOfClass
add SCI_GETWORDCHARS(<unused>, stringresult chars) command to get word chars
add SCI_GETWHITESPACECHARS(<unused>, stringresult chars) to get whitespace chars
add SCI_GETPUNCTUATIONCHARS(<unused>, stringresult chars) to get punctutation
also add tests for {Set,Get}{Word,Whitespce,Punctuation}Chars, CharClassifier
Diffstat (limited to 'test/unit/makefile')
| -rw-r--r-- | test/unit/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/makefile b/test/unit/makefile index 35a6fd0ce..220952c6f 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -42,7 +42,7 @@ CXXFLAGS += -g -Wall -Wextra -Wno-unused-function #~ CXXFLAGS += -g -Wall CASES:=$(addsuffix .o,$(basename $(notdir $(wildcard test*.cxx)))) -TESTEDOBJS=ContractionState.o RunStyles.o +TESTEDOBJS=ContractionState.o RunStyles.o CharClassify.o TESTS=$(EXE) |
