From d4a5d7d6955982496ba523a439fc98276a28e2d8 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 15 Sep 2021 09:36:45 +1000 Subject: 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. --- test/unit/test.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/test.mak') 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 \ -- cgit v1.2.3