commit | d4cd723bc35b167c2a56dde7a08751b964c5692a | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Fri Jul 03 19:30:48 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Fri Jul 03 19:30:48 2020 -0700 |
tree | 98356f0c8a8ef54520ced2cec4cc769aee8a5918 | |
parent | 3cd26ebf9bf1e9070e000f7a24b0243c8d0a616d [diff] [blame] |
new example starting to work
diff --git a/cmd_line_main.c b/cmd_line_main.c index f7c6010..9e4a819 100644 --- a/cmd_line_main.c +++ b/cmd_line_main.c
@@ -12,6 +12,7 @@ #include <stdio.h> #include "run_tests.h" +#include "example.h" /* @@ -31,6 +32,9 @@ { (void)argc; // Avoid unused parameter error + RunQCborExample(); // TODO: organize this better + + // This call prints out sizes of data structures to remind us // to keep them small. PrintSizesQCBOR(&fputs_wrapper, stdout);