Skip to content
Snippets Groups Projects
Commit 6e909d2c authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

started adding void test

parent 77030773
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,13 @@ int main(int argc, char *argv[]) {
labcomm_default_error_handler,
labcomm_default_memory,
labcomm_default_scheduler);
labcomm_encoder_register_simple_doavoid(encoder);
labcomm_encoder_register_simple_theTwoInts(encoder);
labcomm_encoder_register_simple_anotherTwoInts(encoder);
labcomm_encoder_register_simple_IntString(encoder);
labcomm_encode_simple_doavoid(encoder);
simple_IntString is;
is.x = 24;
is.s = "Hello, LabComm!";
......
......@@ -25,3 +25,7 @@ sample struct {
int a[2];
int b[2,3];
} TwoFixedArrays;
// typedef void avoid;
sample void doavoid;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment