Skip to content

Commit

Permalink
add main for obod test (ray-project#34311)
Browse files Browse the repository at this point in the history
Signed-off-by: Catch-Bull <[email protected]>
  • Loading branch information
Catch-Bull authored and vitsai committed Apr 17, 2023
1 parent b8c847e commit 11634d9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,3 +534,8 @@ TEST_F(OwnershipBasedObjectDirectoryTest, TestNotifyOnUpdate) {
}

} // namespace ray

int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}

0 comments on commit 11634d9

Please sign in to comment.