aboutsummaryrefslogtreecommitdiffstats
path: root/test_gen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* test_gen: remove enum fmtTomasz Kramkowski2021-06-031-28/+13
* test_gen: rename unpack generatorsTomasz Kramkowski2021-05-311-9/+9
* 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
* 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