test_encode_decode: add messages

This commit is contained in:
Peter McGoron 2023-02-07 05:29:08 +00:00
parent df4b2e3b3f
commit c5cff40bbf
1 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,9 @@ static void test_encode(void) {
}
int main(void) {
printf("test encode\n");
test_encode();
printf("finished\n");
return 0;
}