diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-03-30 16:22:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 16:22:24 -0400 |
commit | 70b7285967f9d5e6f8a8c4624b69ebf1adedca76 (patch) | |
tree | a31c8cb8c169c9f70c5c93759d578b15a7ebc489 /tests/framework.h | |
parent | 81a87ac139e26b1746c0370a4453bf5938e8eba9 (diff) | |
parent | 7f55a9a3bbec144718a3df24d30fc0a98534667d (diff) | |
download | spmc-70b7285967f9d5e6f8a8c4624b69ebf1adedca76.tar.gz |
Merge pull request #8 from jhunkeler/shell-test
Add shell test
Diffstat (limited to 'tests/framework.h')
-rw-r--r-- | tests/framework.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/framework.h b/tests/framework.h index d317005..f1ce15c 100644 --- a/tests/framework.h +++ b/tests/framework.h @@ -18,6 +18,7 @@ struct TestCase { union TestValue caseValue; union TestValue inputValue; union TestValue truthValue; + union TestValue arg[10]; // when there are too many damn arguments }; char *array_to_string(char **array, const char *sep) { |