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/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/makefile') diff --git a/test/unit/makefile b/test/unit/makefile index fad312708..572ea1443 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -61,6 +61,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