summaryrefslogtreecommitdiffstats
path: root/test/wsmaketestframe.py
Commit message (Collapse)AuthorAgeFilesLines
* add decode support for continuation framesAndreas Weigel2017-05-141-4/+11
| | | | | | use FIN bit and implement opcode 0x00 make consistent use of uint64_t for big frame sizes
* fix problems in test and requests for cmake buildAndreas Weigel2017-05-141-6/+5
| | | | | | | | | add missing stdarg header fix hardcoded errno integer values in tests add dependency to wstestdata and rename to prevent building it as c source
* add generation wstest to cmakeAndreas Weigel2017-05-141-20/+24
| | | | | | | | | add wstestdata.c, because the python data generation script has too many dependencies remove some redundance from jpeg test creation add support for decoding close messages
* add ws_decode testsAndreas Weigel2017-05-141-0/+121
modify automake to include ws_decode test add python frame generator for decode tests modify configure to only include ws_decode test if preconditions are fulfilled