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/spdlog.h>
3
4auto main(int argc, char** argv) -> int
5{
6 spdlog::set_level(spdlog::level::err);
7 ::testing::InitGoogleTest(&argc, argv);
8 return RUN_ALL_TESTS();
9}
auto main() -> int
Definition main.cpp:52