commit | 17ede402f861c626480edae74556bd6058b37eb3 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Sat Oct 13 11:43:07 2018 +0800 |
committer | Laurence Lundblade <lgl@island-resort.com> | Sat Oct 13 11:43:07 2018 +0800 |
tree | 3ec2e9708b0cbe2f9bc440cc116daa80fa420357 | |
parent | 0fb6c6d6d64436278eab9b61dda465913854489b [diff] [blame] |
Add another test for indef length arrays
diff --git a/test/run_tests.c b/test/run_tests.c index 6b5b736..41f2d8d 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -112,6 +112,7 @@ test_entry s_tests[] = { + TEST_ENTRY(indeflen_nest_test), TEST_ENTRY(EncodeRawTest), TEST_ENTRY(FloatValuesTest1), TEST_ENTRY(RTICResultsTest),