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> | |||
2019-12-27 | Fix filename_sane test for Windows | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-12-18 | Move is_filename_sane to libfstree, add test cases | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |