Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-09 | Tests: tuktest.h: Support tuktest_malloc(0). | Lasse Collin | 1 | -2/+2 | |
It's not needed in XZ Utils at least for now. It's good to support it still because if such use is needed later, it wouldn't be caught on GNU/Linux since malloc(0) from glibc returns non-NULL. | |||||
2022-09-09 | Tests: Silence warnings about unused functions from tuktest.h. | Lasse Collin | 1 | -0/+10 | |
Warnings about unused tuktest_run_test conveniently tell which test programs haven't been converted to tuktest.h yet but I silenced that warning too for now anyway. It is fine to use __attribute__((__unused__)) even when the function is actually used because the attribute only means that the function might be unused. | |||||
2022-06-16 | Tests: tuktest.h: Add tuktest_error_impl to help with error conditions. | Lasse Collin | 1 | -40/+32 | |
2022-06-16 | Tests: tuktest.h: Rename file_from_* and use tuktest_malloc there. | Lasse Collin | 1 | -28/+24 | |
2022-06-16 | Tests: tuktest.h: Add malloc wrapper with automatic freeing. | Lasse Collin | 1 | -0/+124 | |
2022-06-16 | Tests: tuktest.h: Move a function. | Lasse Collin | 1 | -22/+22 | |
2022-06-14 | Tests: Add file reading helpers to tuktest.h. | Lasse Collin | 1 | -7/+176 | |
2022-06-14 | Tests: tuktest.h: Move a printf from a macro to a helper function. | Lasse Collin | 1 | -8/+18 | |
2022-06-02 | Tests: Add tuktest.h mini-test-framework. | Lasse Collin | 1 | -0/+752 | |