Add golden test data for ODK

This data was generated using the code in CLs go/wvgerrit/163726 (for v16),
go/wvgerrit/171730 (for v17), and go/wvgerrit/171750 (for v18).

PiperOrigin-RevId: 535679470
Change-Id: Ib644bbed7e7329dfea30ce25d325fd0556fdb7a7
This commit is contained in:
Fred Gylys-Colwell
2023-05-26 12:02:11 -07:00
committed by Robert Shih
parent db670e7bcc
commit 57e997fe19
5 changed files with 12556 additions and 1 deletions

View File

@@ -100,6 +100,9 @@ cc_test {
],
srcs: [
"test/odk_golden_v16.cpp",
"test/odk_golden_v17.cpp",
"test/odk_golden_v18.cpp",
"test/odk_test.cpp",
"test/odk_test_helper.cpp",
"test/odk_timer_test.cpp",

View File

@@ -19,7 +19,7 @@ extern "C" {
#define ODK_MINOR_VERSION 2
/* ODK Version string. Date changed automatically on each release. */
#define ODK_RELEASE_DATE "ODK v18.2 2023-05-25"
#define ODK_RELEASE_DATE "ODK v18.2 2023-05-26"
/* The lowest version number for an ODK message. */
#define ODK_FIRST_VERSION 16

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff