aboutsummaryrefslogtreecommitdiff
path: root/tests/test_wheel.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement wheel package parserJoseph Hunkeler2026-02-041-0/+195
| | | | * Add raw variant of strlist_append_tokenize function
* Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.hJoseph Hunkeler2026-02-041-91/+0
| | | | | * Refactor wheel struct as WheelInfo * Refactor wheel_* functions as wheelinfo_*
* Fix includesJoseph Hunkeler2024-10-141-0/+1
|
* Add wheel_free() to testwheel-funcs-clean-upJoseph Hunkeler2024-10-041-0/+1
|
* Implement get_wheel_info() in testsJoseph Hunkeler2024-10-041-2/+2
|
* More tests (#36)Joseph Hunkeler2024-08-261-0/+89
* Add test_copy.c * Add test_wheel.c