commit | 4d1ecba76edd2a5417ef1a896fbc4144143d5dd0 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Fri Oct 12 21:22:30 2018 +0800 |
committer | Laurence Lundblade <lgl@island-resort.com> | Fri Oct 12 21:22:30 2018 +0800 |
tree | 97396b8afaa219b1e854c0e8a927875fe2f0fc6a | |
parent | 0155b62f1a9949b52b2f321ac639edb5cf110510 [diff] [blame] |
fold basic and indefinite length tests in with the others; fix up Makefile
diff --git a/test/qcbor_encode_tests.h b/test/qcbor_encode_tests.h index fae9f4b..8625fe2 100644 --- a/test/qcbor_encode_tests.h +++ b/test/qcbor_encode_tests.h
@@ -47,6 +47,12 @@ /* + Most basic test. + */ +int basic_encode_test(void); + + +/* Encode lots of integer values, particularly around the boundary and make sure they Match the expected binary output. Primarily an encoding test. */