Skip to content

Commit

Permalink
tests: return nanotest's final status
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr committed Sep 22, 2024
1 parent 4138915 commit f7ad6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ int main(int argc, char** argv) {
qtree_remove_point(&qtree, &points[5]);
NTEST_ASSERT(qtree.root->nw->se->sw->count == 0);
qtree_del(&qtree);
return 0;
return ntest_result;
}

0 comments on commit f7ad6e5

Please sign in to comment.