Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-06 | Cleanup: add some structure to the test directory | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-11-02 | Cleanup: eliminate the now practically empty test_tar.h | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-09-16 | Remodel libtar/tar2sqfs to read data from an istream_t | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-09-03 | Cleanup: reduce tar test cases to a few generic C files | David Oberhollenzer | |
This commit removes the existing tar test cases that simply call the generic test case function with several different paths with generic test case source files that are parameneterized via the pro-processor. For each tar archive, a separate test case is generated. On the one hand, this reduces the test source code to practically nothing. On the other hand, a test binary is generated for every distinct test case, instead of one per group and we get more detailed insights if something goes wrong. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |