Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-17 | tests: improve diagnostics output & make "release builds" work | David Oberhollenzer | |
This commit adds a few macros and helper functions for the unit test programs. Those are used instead of asserts to provide more fine grained diagnostics on the one hand and on the other hand because they also work if NDEBUG is defined, unlike asserts that get eliminated in that case. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-03-18 | Add a test case for xxhash32 | David Oberhollenzer | |
Technically the code was imported by a third party library, but some modifications have been made. This commit adds a simple test case with some test vectors and expected results that have to match. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |