aboutsummaryrefslogtreecommitdiffstats
path: root/test/wpackettest.c
Commit message (Expand)AuthorAgeFilesLines
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-6/+6
* Address some -Wold-style-declaration warningsBenjamin Kaduk2017-05-011-9/+9
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* VMS: Fix internals test programsRichard Levitte2017-04-181-0/+11
* Convert more testsRich Salz2017-04-181-278/+203
* Add a test for WPACKET_fill_lengths()Matt Caswell2017-01-301-0/+21
* Add main() test methods to reduce test boilerplate.Emilia Kasper2016-11-091-17/+2
* Add support for initialising WPACKETs from a static bufferMatt Caswell2016-11-091-0/+27
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Convert WPACKET_put_bytes to use convenience macrosMatt Caswell2016-09-201-16/+16
* Encourage use of the macros for the various "sub" functionsMatt Caswell2016-09-141-9/+9
* Make wpackettest conform to style rulesMatt Caswell2016-09-141-20/+20
* Add a WPACKET_sub_allocate_bytes() functionMatt Caswell2016-09-141-0/+16
* Address WPACKET review commentsMatt Caswell2016-09-131-70/+20
* Add tests for the WPACKET implementationMatt Caswell2016-09-131-0/+446