Skip to content

Commit

Permalink
[CI] clean mains
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Dec 3, 2023
1 parent fe3d775 commit a75d266
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions src/tests/CI/dynamic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,4 @@ int main(int argc, char** argv)

testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();

return 0;
}
2 changes: 0 additions & 2 deletions src/tests/CI/globalFeatures.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,4 @@ int main(int argc, char** argv)

testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();

return 0;
}
2 changes: 0 additions & 2 deletions src/tests/CI/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,4 @@ int main(int argc, char** argv)

testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();

return 0;
}
2 changes: 0 additions & 2 deletions src/tests/CI/multi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,4 @@ int main(int argc, char** argv)

testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();

return 0;
}
2 changes: 0 additions & 2 deletions src/tests/CI/propertiesInheritage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,4 @@ int main(int argc, char** argv)

testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();

return 0;
}
2 changes: 0 additions & 2 deletions src/tests/CI/propertiesInheritageIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,4 @@ int main(int argc, char** argv)

testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();

return 0;
}
2 changes: 0 additions & 2 deletions src/tests/CI/requests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,4 @@ int main(int argc, char** argv)

testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();

return 0;
}

0 comments on commit a75d266

Please sign in to comment.