FRC Paradigm Shift #1259
Documentation for the 2021 Robot
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Functions
main.cpp File Reference
Go to the source code of this file.
Functions
int
main
(int argc, char **argv)
Function Documentation
int main
(
int
argc
,
char **
argv
)
Definition at line
5
of file
main.cpp
.
5
{
6
HAL_Initialize(500, 0);
7
::testing::InitGoogleTest(&argc, argv);
8
int
ret = RUN_ALL_TESTS();
9
return
ret;
10
}
src
test
cpp
main.cpp
Generated on Fri Aug 20 2021 01:20:35 for FRC Paradigm Shift #1259 by
1.8.11