summaryrefslogtreecommitdiffstats
path: root/tests/aux
Commit message (Collapse)AuthorAgeFilesLines
* tests/aux/json.sh: Fix continue not in a loopPatrick McDermott2019-08-011-1/+1
| | | | | | | | | | | | Fixes the following error with Bash: [...]/tests/aux/json.sh: line 144: continue: only meaningful in a `for', `while', or `until' loop json.sh: syntax: /given_cipher_suites/1 json.sh: syntax: / json.sh: syntax: / Oddly, Dash treats continue outside a loop as return, which is undefined behavior.
* tests/aux/json.sh: New filePatrick McDermott2019-08-011-0/+402
|
* build: Add test frameworkPatrick McDermott2019-07-291-0/+229