diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-07-22 20:46:32 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-07-22 20:46:32 +0300 |
| commit | aa91ba3ab50320d9f3cf9b41a68d9c001f769df6 (patch) | |
| tree | dd8d8801b0bf3f317ef79b929c339b4848259b61 /CMakeLists.txt | |
| parent | 88ff6bb85fdc5e58d672950a1c7fcdaa0f91c1df (diff) | |
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.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
