SRS-control 0.1.4
Loading...
Searching...
No Matches
test_main.cpp
Go to the documentation of this file.
1#include <gtest/gtest.h>
2#include <spdlog/common.h>
3#include <spdlog/spdlog.h>
4
5auto main(int argc, char** argv) -> int
6{
7 spdlog::set_level(spdlog::level::err);
8 ::testing::InitGoogleTest(&argc, argv);
9 return RUN_ALL_TESTS();
10}
auto main(int argc, char **argv) -> int
Definition test_main.cpp:5