Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Drop an unused include | Matthias Clasen | 2021-06-28 | 1 | -1/+0 |
| | | | | Now that we aren't using the M_ constants, drop math.h. | ||||
* | testmatrix.c: use G_SQRT2 insead of M_SQRT2 | Jordan Petridis | 2021-06-28 | 1 | -3/+3 |
| | | | | | | | | | | Math implementations are platform dependent, and for example msvc requires a define before enabling the constants [1] Use G_SQRT2 implementation which is independent instead. [1] https://docs.microsoft.com/en-us/cpp/c-runtime-library/math-constants?view=msvc-160 | ||||
* | tests: Add tests for PangoMatrix | Matthias Clasen | 2021-06-28 | 1 | -0/+205 |