Skip to content

Commit

Permalink
update(template): add START and END tags to the test entry
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Costa <[email protected]>
  • Loading branch information
Diogo21Costa committed Jan 29, 2024
1 parent c259ade commit 5621204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/template.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ unsigned int testframework_fails;

void testf_entry(void)
{
START_TAG();
// codegen.py section begin

// codegen.py section end
Expand All @@ -23,5 +24,6 @@ void testf_entry(void)
INFO_TAG();
printf("No tests were executed!\n");
}
END_TAG();
return;
}

0 comments on commit 5621204

Please sign in to comment.