Skip to content

Commit

Permalink
Adding bp_finish at the end of test
Browse files Browse the repository at this point in the history
The test is hanging at the end of runtime due to missing   bp_finish(0);. Adding this will make it terminate correctly.
  • Loading branch information
sammy17 authored Nov 1, 2020
1 parent b0396f7 commit 77bf925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bp_common/test/src/demos/src/sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ int main(int arc, char** argv) {
bp_cprint(' ');
bp_cprint(' ' + core_id);

bp_finish(0);
return 0;
}

0 comments on commit 77bf925

Please sign in to comment.