aboutsummaryrefslogtreecommitdiffstats
path: root/test_gen.c
Commit message (Collapse)AuthorAgeFilesLines
* test_gen: implement unpack_struct test generationTomasz Kramkowski2021-08-111-10/+97
|
* Fix license information content and formatTomasz Kramkowski2021-08-051-1/+1
|
* Cross compilation supportTomasz Kramkowski2021-08-051-0/+1
|
* Remove trailing whitespaceTomasz Kramkowski2021-07-151-1/+1
|
* README updatesTomasz Kramkowski2021-07-141-1/+1
|
* test_gen: unpack_gen now takes const struct fmtinfo *fiTomasz Kramkowski2021-06-031-10/+5
| | | | | Also not sure why this wasn't the case from the beginning. The code is shorter now.
* test_gen: remove enum fmtTomasz Kramkowski2021-06-031-28/+13
| | | | Not sure why the code was written that way, seems fragile in retrospect.
* test_gen: rename unpack generatorsTomasz Kramkowski2021-05-311-9/+9
| | | | In preparation for adding pack test generators in the future.
* test: Fix Reorder test names and descriptionsTomasz Kramkowski2020-09-121-2/+2
|
* Implement unpacking arraysTomasz Kramkowski2020-09-101-1/+4
|
* Configurable array sizeTomasz Kramkowski2020-09-101-7/+14
|
* Use sections to generate list of testsTomasz Kramkowski2020-09-101-1/+1
|
* Remove unused data arrayTomasz Kramkowski2020-09-101-3/+0
|
* Abstract away check generationTomasz Kramkowski2020-09-101-13/+43
|
* Use arrays to simplify future refactoringTomasz Kramkowski2020-09-101-7/+7
|
* Stop naming variables after the formatTomasz Kramkowski2020-09-101-10/+10
| | | | This was stupid and unnecessary
* Make prefix explicit in format informationTomasz Kramkowski2020-09-101-14/+12
|
* Centralise format information for test generationTomasz Kramkowski2020-09-101-21/+52
|
* Fix type complaintsTomasz Kramkowski2020-09-091-2/+2
|
* Make functions staticTomasz Kramkowski2020-09-091-6/+6
|
* Make sure constants don't become unsignedTomasz Kramkowski2020-09-091-1/+1
|
* Improved testingTomasz Kramkowski2020-09-091-0/+114