From aa91ba3ab50320d9f3cf9b41a68d9c001f769df6 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Thu, 22 Jul 2021 20:46:32 +0300 Subject: Adjust the way scale is computed for axes. Add extra digit only when error is greater than 1% of scale domain. Add unit test for Renderer (for axes related routines). Fixes #26. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a7d5f1..d6810b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,6 +96,7 @@ if (TESTING) set (UNIT_TEST_SOURCES test/test.cpp test/test-fft.cpp + test/test-renderer.cpp test/test-input-reader.cpp test/test-input-parser.cpp test/test-color-map.cpp -- cgit v1.2.3