diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-09-15 09:36:45 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-09-15 09:36:45 +1000 |
| commit | d4a5d7d6955982496ba523a439fc98276a28e2d8 (patch) | |
| tree | f9cd5e2a57e247dc59f47404cfea8469cc74b35c /test/unit/test.mak | |
| parent | da71ace9e135d3494fafa7d67483ff1c217faa04 (diff) | |
| download | scintilla-mirror-d4a5d7d6955982496ba523a439fc98276a28e2d8.tar.gz | |
Move colour mixing implementations into implementation file.
Avoids some warnings but drops constexpr.
Use MixedWith in PlatWin for GDI instead of local implementation.
Add unit tests for Geometry.
Diffstat (limited to 'test/unit/test.mak')
| -rw-r--r-- | test/unit/test.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/test.mak b/test/unit/test.mak index 9e1c9acf4..f75cfdbd3 100644 --- a/test/unit/test.mak +++ b/test/unit/test.mak @@ -20,6 +20,7 @@ TESTEDSRC=\ ../../src/ContractionState.cxx \ ../../src/Decoration.cxx \ ../../src/Document.cxx \ + ../../src/Geometry.cxx \ ../../src/PerLine.cxx \ ../../src/RESearch.cxx \ ../../src/RunStyles.cxx \ |
