blob: 70e9d83a6efdeb78731e721df6e5d60f7c2c095f [file] [log] [blame]
Austin Schuh812d0d12021-11-04 20:16:48 -07001// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
4
James Kuszmaulb13e13f2023-11-22 20:44:04 -08005#include <gtest/gtest.h>
Austin Schuh812d0d12021-11-04 20:16:48 -07006
7int main(int argc, char** argv) {
8 testing::InitGoogleTest(&argc, argv);
9 return RUN_ALL_TESTS();
10}