FRC Paradigm Shift #1259
Documentation for the 2021 Robot
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
main.cpp
Go to the documentation of this file.
1
#include <hal/HAL.h>
2
3
#include "gtest/gtest.h"
4
5
int
main
(
int
argc,
char
** argv) {
6
HAL_Initialize(500, 0);
7
::testing::InitGoogleTest(&argc, argv);
8
int
ret = RUN_ALL_TESTS();
9
return
ret;
10
}
main
int main(int argc, char **argv)
Definition:
main.cpp:5
src
test
cpp
main.cpp
Generated on Fri Aug 20 2021 01:20:35 for FRC Paradigm Shift #1259 by
1.8.11