test
bota_worker_test.cpp
Go to the documentation of this file.
1
// gtest
2
#include <gtest/gtest.h>
3
4
// Run all the tests that were declared with TEST()
5
int
main
(
int
argc,
char
** argv)
6
{
7
testing::InitGoogleTest(&argc, argv);
8
return
RUN_ALL_TESTS();
9
}
main
int main(int argc, char **argv)
Definition:
bota_worker_test.cpp:5
bota_worker
Author(s):
autogenerated on Sat Apr 15 2023 02:53:50